.gkr-form .gkr-form--row {
    display: flex;
    width: 100%;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.gkr-form .gkr-form--col {
    width: 100%;
}

.gkr-form label {
    font-size: 1rem;
    line-height: 1.4;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gkr-form input,
.gkr-form select,
.gkr-form textarea {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #eff2f7 !important;
}

.gkr-form input.error,
.gkr-form select.error,
.gkr-form textarea.error,
.gkr-form input[type="checkbox"].error {
    border: 1px solid red !important;
}

.gkr-form input:focus,
.gkr-form select:focus,
.gkr-form textarea:focus {
    box-shadow: rgba(0, 176, 80, 0.1) 0 0 20px 0, rgba(0, 176, 80, 0.1) 0 0 5px 0;
    border: 1px solid rgba(0, 176, 80, 0.15) !important;
}

.gkr-form .gkr-form--checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: 0;
}

.gkr-form .gkr-form--checkbox-label span {
    font-size: 0.95rem;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}

.gkr-form .gkr-form--checkbox-label input[type="checkbox"] {
    margin-top: 0.2rem;
}

.gkr-form .gkr-form--email-consent,
.gkr-form .gkr-form--other-newsletter-opt-in {
    display: block;
}

.gkr-form .gkr-form--divider {
    display: flex;
    justify-content: flex-start;
}

.gkr-form .gkr-form--continue-link {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00b050;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4;
    cursor: pointer;
}

.gkr-form .gkr-form--continue-link::after {
    content: " \2192";
    display: inline-block;
    margin-left: 0.3rem;
    text-decoration: none;
}

.gkr-form .gkr-form--continue-link:hover,
.gkr-form .gkr-form--continue-link:focus {
    color: #00873f;
    background: transparent;
}

.gkr-form .error-message {
    padding-bottom: 0.5rem;
    color: red;
}

.gkr-form button {
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.gkr-form button:hover {
    background-color: #00B050;
}

.gkr-form.gkr-newsletter-signup.form-light label,
.gkr-form.gkr-newsletter-signup.form-light .gkr-form--checkbox-label span {
    color: #ffffff;
}

.gkr-form.gkr-newsletter-signup.form-light button {
    background-color: #00B050;
}

.gkr-form.gkr-form-light label {
    color: #fff !important;
}

.gkr-form.gkr-form-light select {
    background: #fff !important;
}

@media only screen and (max-width: 625px) {
    .gkr-form .gkr-form--row {
        flex-direction: column;
    }
}
