/* Deal of the Month Card – 6ae89d33 */

.dotm-6ae89d33-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

/* Heading Line 1 */
.dotm-6ae89d33-heading-1 {
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

/* Heading Line 2 */
.dotm-6ae89d33-heading-2 {
    margin: 0;
    margin-top: -0.1rem;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

/* Image */
.dotm-6ae89d33-image {
    width: 100%;
    line-height: 0;
}

.dotm-6ae89d33-image img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: lighten;
}

/* Heading Line 3 */
.dotm-6ae89d33-heading-3 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Heading Line 4 */
.dotm-6ae89d33-heading-4 {
    margin: 0;
    margin-top: -0.1rem;
    padding: 0;
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Button Wrapper */
.dotm-6ae89d33-button-wrap {
    display: flex;
    justify-content: center;
}

/* Button */
.dotm-6ae89d33-button {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dotm-6ae89d33-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
