/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#module-influencerugc-display .page-content {
    background: #f7f6f3;
}

.influencer-form {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
    margin: 50px auto 70px;
    max-width: 600px;
}

.influencer-form .form-group select,
.influencer-form .form-group select:focus {
    border-radius: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/themes/sugarcandybra/assets/img/svg/arrow-down.svg) no-repeat right 12px center;
}

.influencer-form .form-group select#platform,
.influencer-form .form-group select#platform:focus {
    background: #fff;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
}

.influencer-form .form-group select#platform option {
    padding: 0;
}

.form-control,
.form-select {
    border: 1px solid #dee2e6;
    padding: 12px 16px;
    font-size: 16px;
    font-family: inherit;
}

.form-control:focus,
.form-select:focus {
    border-color: #000;
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {
    color: #333;
    font-weight: 500;
}

.btn-dark {
    background-color: #1a1a1a;
    border: none;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 4px;
}

.btn-dark:hover {
    background-color: #333;
    color: #fff;
}

.influencer-form .form-group textarea,
.influencer-form .form-group textarea:focus {
    height: auto;
}

.error {
	color: red;
}

.pre-heading {
    font-family: 'Grotesk-Semi';
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.section-intro {
    font-family: 'Gothic-bold';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.section-content {
    font-family: 'Grotesk-Light';
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}

.section-content:last-child {
    margin-bottom: 0;
}

.influencer-form .btn-bg-black {
    height: 40px;
    font-family: 'Grotesk-BoldItalic';
    text-transform: none;
    border-radius: 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    font-family: 'Grotesk-book';
    padding: 7px;
    height: 40px;
}

.alert {
    font-family: 'Grotesk-book';
}

.page-top-banner {
    display: none;
}

.form-control {
    color: #000;
}

.influencer-form .form-check-input {
    margin-left: 0;
    height: auto;
}

.platform-label {
    font-family: 'Grotesk-Semi';
    font-size: inherit;
}

.form-check-label {
    font-family: 'Grotesk-Book';
    font-size: inherit;
    line-height: 24px;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
}

.influencer-form .form-check+.form-check {
    margin-top: 0;
}

@media (min-width: 768px) {
    .pre-heading {
        font-size: 20px;
        letter-spacing: 3px;
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .section-intro {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .section-content {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .text-container {
        max-width: 840px;
        margin: 0 auto;
    }

    .influencer-form {
        padding-left: 0;
        padding-right: 0;
    }
}