/**
 * @author    Sigmanortec SRL <office@sigmanortec.ro>
 * @copyright 2024 Sigmanortec SRL
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

.sgb-entry {
    text-align: center;
}

.sgb-entry[data-sgb-move="1"] {
    display: none;
}

.sgb-entry--moved {
    margin-top: 10px;
}

.sgb-entry-btn {
    display: inline-block;
    white-space: normal;
}

.sgb-page {
    max-width: 760px;
}

.sgb-intro {
    margin-bottom: 20px;
}

.sgb-form h3 {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.sgb-inline {
    display: inline-block;
    margin-right: 18px;
    font-weight: 400;
}

.sgb-checkbox {
    font-weight: 400;
}

.sgb-privacy {
    font-size: 0.85rem;
    color: #7a7a7a;
}

.sgb-alt-link {
    margin-left: 15px;
    font-size: 0.9rem;
}
