#offers_signup_form{
    font-size: 15px;
}

.core-offers-index.page-layout-3columns .sidebar.sidebar-additional{
    display: none;
} 

.core-offers-index.page-layout-3columns .column.main{
    width: 100%;
}

.core-offers-index.page-layout-3columns .page-main{
    max-width: none;
    padding: 0;
}

.trumpcard-preferences-index #offers_signup_form .offers-signup-action button{
    width: auto;
    padding: 15px;
}

#offers_signup_form .offers-signup-personal-details .row{
    display: flex;
} 

#offers_signup_form .settings-info{
    margin: 15px 0;
}   

#offers_signup_form{
    margin: 20px;
}

.core-offers-index #offers_signup_form .offers-signup-action button{
    width: 200px;
}

.core-offers-index .page-main{
    margin-top: 52px;
}

#offers_signup_form .offers-signup-personal-details .offers-signup-input-wrapper {
    position: relative;
}
  
#offers_signup_form .offers-signup-personal-details input, #offers_signup_form .offers-signup-personal-details select {
    border: 1px solid gray;
    border-radius: 2px;
    position: relative;
    width: 300px;
    margin: 10px 20px 10px 0;
    height: auto;
    padding: 12px 10px;
    background-color: #eee;
    opacity: 0.5;
    max-width: 100%;
}

#offers_signup_form .offers-signup-personal-details select{
    padding: 0;
    height: 46px;
    text-indent: 10px;
}
  
#offers_signup_form .offers-signup-personal-details .offers-signup-input-wrapper label {
    position: absolute;
    top: 0.1em;
    font-size: 12px;
    z-index: 1;
    left: 2em;
    background-color: #fff;
    padding: 0 5px;
}

.signup-form-section-title{
    font-size: 1rem;
    margin: 30px 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#offers_signup_form > .signup-form-section-title{
    margin-top: 0;
}

#offers_signup_form .offers-signup-staypreferences .staypreferences-options-title{
    margin: 10px 0;
    font-weight: 600;
}

#offers_signup_form .offers-signup-staypreferences{
    padding: 10px 0;
}

#offers_signup_form .offers-signup-staypreferences:first-child{
    padding-top: 5px;
}

#offers_signup_form .offers-signup-staypreferences .stay-preferences-options{
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 10px;
}


.offers-signup-subscriptions .checkbox-container{
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
}

.offers-signup-subscriptions .checkbox-container .subscription-desc{
    margin-top: 10px;
}

.offers-signup-consent{
    margin : 20px 0;
}

#offers_signup_confirmation .offers-signup-confirmation-title{
    margin : 20px 0;
    color: green;
    font-weight: bold;
    padding: 12px 10px;
}

.offers-signup-input-wrapper.required label::after{
    content: '*';
    color: #e02b27;
    margin: 0 0 0 5px;
}

.core-offers-index #offers_signup_form{
    margin-left: 10%;
    margin-right: 15px;
}
.review-summary-offers-signup-subscriptions{
    padding: 15px 30px;
    border: 1px solid #a6916d;
    border-top: 8px solid #a6916d;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
    .core-offers-index .page-main {
        margin-top : 0px;
    }
}

@media only screen and (min-width: 992px) {
    .core-offers-index #offers_signup_form{
        margin-left: 50%;
        transform: translateX(-50%);
        max-width: 650px;
    }
}

@media only screen and (max-width: 992px) {
    #offers_signup_form{
        margin: 10px;
    }

    #offers_signup_form .offers-signup-personal-details .row{
        flex-direction: column;
    }
}


@media only screen and (max-width: 767px) {
    #offers_signup_form .offers-signup-staypreferences .stay-preferences-options .checkbox-container{
        width: 30%;
    }
}

@media only screen and (max-width: 576px) {
    .trumpcard-preferences-index #offers_signup_form .offers-signup-action button{
        padding: 10px;
        font-size: 1rem;
    }
    #offers_signup_form .offers-signup-staypreferences .stay-preferences-options .checkbox-container{
       width: 45%;
    }
}

@media only screen and (max-width: 400px) {
    #offers_signup_form .offers-signup-staypreferences .stay-preferences-options .checkbox-container{
       width: 100%;
    }
}
