
.abAdjustment {
 text-align: left;
 width: 100% !important;
 background: rgba(255, 255, 255, 1) !important;
padding-bottom: 10px;
}

.abAdjustment table {
min-width: 100%;
}


.abAdjustment h1 {
font-family: "Geometria";
font-size:2em;
line-height:2.25em;
font-weight: normal;
margin-top: 0;
padding-top: 0;
color: #a00;



}


.abAdjustment h2 {
font-family: "Geometria";
font-size:1.75em;
line-height:2em;
font-weight: normal;
margin-top: 0;
padding-top: 0;
color: #000;
}


.abAdjustment h3 {
font-family: "Geometria";
font-size:1.5em;
line-height:1.75em;
font-weight: normal;
margin-top: 0;
padding-top: 0;
color: #000;
}


.abAdjustment h4 {
font-family: "Geometria";
font-size:1.5em
line-height:1.75em;
font-weight: bold;
margin-top: 0;
padding-top: 0;
color: #000;
}



.abAdjustment h5 {
font-family: "Geometria";
font-size:1.25em;
line-height:1.5em;
font-weight: normal;
margin-top: 0;
padding-top: 0;
color: #000;
}


.abAdjustment h6 {
font-family: "Geometria";
font-size:1.25em;
line-height:1.5em;
font-style: italic;
font-weight: normal;
margin-top: 0;
padding-top: 0;
color: #000;
}


.abAdjustment p, .adAdjustment h2 + p, .adAdjustment h3 + p   {
font-size:1em !important;
line-height:1.75em !important;
text-align: center !important;
font-size: 10px; !important;
font-family: Geometria; !important;
}


/* Button normal state */
.submit-btn coupon-button {
    color: black; !important; /* Text color */
    border: 1px solid black; !important; /* Border color */
    background-color: white; !important; /* Background color */
    padding: 10px 20px; !important; /* Padding for button */
    text-transform: uppercase; !important; /* Optional: makes text uppercase */
    cursor: pointer;  !important;/* Makes the mouse cursor a pointer on hover */
    transition: all 0.3s ease;  !important;/* Smooth transition for color changes */

}

/* Button hover state */
.submit-btn coupon-button:hover {
    color: white;  !important;/* Text color changes to white */
    background-color: black;  !important;/* Background color changes to #1f355e */
    border: 1px solid black;  !important;/* Border color remains the same */
}


#Submit {

color: black; !important; 
    border: 1px solid black; !important; /* Border color */
    background-color: white; !important; /* Background color */
    padding: 10px 20px; !important; /* Padding for button */
    text-transform: uppercase; !important; /* Optional: makes text uppercase */
    cursor: pointer;  !important;/* Makes the mouse cursor a pointer on hover */
    transition: all 0.3s ease;  !important;/* Smooth transition for color changes */ }


/* Button hover state */
#Submit:hover {
    color: white; !important;
    background-color: black; !important;
    border: 1px solid black; !important;
}