/* Promo Gym Locator Form Styles - Promotion Version */

#gym-locator-form-container-promo {
    width: 100%;
}

/* Promotion Header Styles */
.promotion-gym-locator .promotion-header {
    background: linear-gradient(135deg, #dd4827, #ff6b4a);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.promotion-gym-locator .promotion-title {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promotion-gym-locator .promotion-code {
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0;
}

.promotion-gym-locator .promotion-code span {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

#gym-locator-form-container-promo .fs-user-input-promo {
    color: #000;
    background: transparent !important;
    margin: 0 15px;
    width: calc(100% - 30px);
    padding-left: 60px;
    padding-right: 40px;
    border-width: 0 0 2px 0 !important;
    border-bottom: solid #000 !important;
    height: 45px !important;
}

#gym-locator-form-container-promo .fs-user-input-promo::placeholder {
    color: #000!important;
    opacity: 1; /* Firefox */
}

#gym-locator-form-container-promo .fs-user-input-promo::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000!important;
}

ul#gym-list-form-promo {
    background: #eee;
    padding: 0px;
}

#gym-list-form-promo li {
    padding: 10px 20px;
    background: #fff;
    margin: 8px 15px;
    list-style-type: none;
    width: calc(100% - 30px);
/*     display: flex;
    align-items: flex-end; */
}

/* #gym-list-form-promo li .loc-card-left {
    width: calc(65% - 25px);
    float: left;
    margin-right: 25px;
}

#gym-list-form-promo li .loc-card-right {
    width: 35%;
    float: left;
    text-align: center;
}

#gym-list-form-promo li .loc-card-right button {
    width: 100%;
    font-family: 'DIN Black';
    letter-spacing: 0;
    font-size: 18px;
    padding: 10px;
} */

/* Promotion Button Styling */
.promotion-select-btn {
    background: linear-gradient(135deg, #dd4827, #ff6b4a) !important;
    border: none !important;
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(221, 72, 39, 0.3) !important;
}

.promotion-select-btn:hover {
    background: linear-gradient(135deg, #c73e1d, #e55a39) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(221, 72, 39, 0.4) !important;
}

.fs-gym-locator-seach-promo {
    position: relative;
}

.fs-gym-locator-seach-promo .button-icon-right {
    position: absolute;
    color: #dd4827;
    margin: 10px 10px 0 0;
    font-size: 30px;
    right: 10px;
}

.fs-gym-locator-seach-promo .fa-search {
    font-size: 30px;
}

#gym-list-form-promo li:nth-of-type(1) {
    margin-top: 15px !important;
}

#gym-list-form-promo li:nth-last-of-type(1) {
    margin-bottom: 15px !important;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 9999999;
}

h3.fs-gym-loc-heading {
    margin-top: 0px;
    font-size: 30px;
    color: #000;
    font-family: 'DIN Black';
    text-decoration: none;
}

p.fs-gym-loc-p {
    font-size: 16px;
    font-family: 'DIN Light';
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0;
}

/* Responsive */
@media screen and (max-width:640px){
    .promotion-gym-locator .promotion-title {
        font-size: 22px;
    }
    
    .promotion-gym-locator .promotion-header {
        padding: 15px;
    }
    
    .promotion-gym-locator .promotion-code {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .promotion-gym-locator .promotion-code span {
        font-size: 14px;
    }
    
    #gym-list-form-promo li {
        padding: 10px;
        margin: 5px 10px;
        width: calc(100% - 22px);
        flex-direction: column;
        align-items: stretch;
    }
    
    #gym-list-form-promo li .loc-card-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #gym-list-form-promo li .loc-card-right {
        width: 100%;
    }
    
    #gym-list-form-promo li .loc-card-right button {
        padding: 7px 2vw;
        font-size: 14px !important;
    }
    
    h3.fs-gym-loc-heading {
        font-size: 18px;
    }
    
    #gym-locator-form-container-promo .fs-user-input-promo {
        padding-left: 40px !important;
        padding-right: 30px !important;
    }
    
    .fs-gym-locator-seach-promo .button-icon-right {
        font-size: 20px;
        margin-top: 15px;
    }
    
    #gym-list-form-promo li:nth-of-type(1) {
        margin-top: 10px !important;
    }
    
    #gym-list-form-promo li:nth-last-of-type(1) {
        margin-bottom: 10px !important;
    }
}