.hotm-423aa02a-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hotm-423aa02a-card {
    display: grid;
    transition: all 0.3s ease;
}

.hotm-423aa02a-card.hotm-row {
    grid-template-columns: 1fr 1fr;
}

.hotm-423aa02a-card.hotm-row-reverse {
    grid-template-columns: 1fr 1fr;
}

.hotm-423aa02a-card.hotm-column {
    grid-template-columns: 1fr;
}

.hotm-423aa02a-card.hotm-column-reverse {
    grid-template-columns: 1fr;
}

.hotm-423aa02a-image-column {
    position: relative;
    width: 100%;
}

.hotm-423aa02a-image-wrapper {
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.hotm-423aa02a-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
}

.hotm-423aa02a-content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hotm-423aa02a-date {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    margin-bottom: 12px;
}

.hotm-423aa02a-title {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 500;
}

.hotm-423aa02a-title a {
    text-decoration: none;
    color: #111111;
    transition: opacity 0.3s ease;
}

.hotm-423aa02a-title a:hover {
    opacity: 0.8;
}

.hotm-423aa02a-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin-top: 0;
    margin-bottom: 24px;
}

.hotm-423aa02a-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hotm-423aa02a-btn span {
    display: inline-flex;
    align-items: center;
}

.hotm-423aa02a-btn svg,
.hotm-423aa02a-btn i {
    width: 1em;
    height: 100%;
}

.hotm-423aa02a-no-posts {
    padding: 30px;
    text-align: center;
    border: 1px dashed #cccccc;
    color: #777777;
    border-radius: 4px;
}

/* Image Animations */
.hotm-423aa02a-ianim-zoom-in .hotm-423aa02a-image-wrapper:hover img {
    transform: scale(1.08);
}

.hotm-423aa02a-ianim-zoom-out .hotm-423aa02a-image-wrapper img {
    transform: scale(1.08);
}
.hotm-423aa02a-ianim-zoom-out .hotm-423aa02a-image-wrapper:hover img {
    transform: scale(1);
}

.hotm-423aa02a-ianim-grow .hotm-423aa02a-image-wrapper:hover img {
    transform: scale(1.05);
}

.hotm-423aa02a-ianim-shrink .hotm-423aa02a-image-wrapper:hover img {
    transform: scale(0.95);
}

.hotm-423aa02a-ianim-move-up .hotm-423aa02a-image-wrapper:hover img {
    transform: translateY(-8px);
}

.hotm-423aa02a-ianim-move-down .hotm-423aa02a-image-wrapper:hover img {
    transform: translateY(8px);
}

/* Button Animations */
.hotm-423aa02a-banim-grow .hotm-423aa02a-btn:hover {
    transform: scale(1.05);
}

.hotm-423aa02a-banim-shrink .hotm-423aa02a-btn:hover {
    transform: scale(0.95);
}

.hotm-423aa02a-banim-move-up .hotm-423aa02a-btn:hover {
    transform: translateY(-5px);
}

.hotm-423aa02a-banim-move-down .hotm-423aa02a-btn:hover {
    transform: translateY(5px);
}

/* Mobile Orders */
@media (max-width: 767px) {
    .hotm-423aa02a-card {
        grid-template-columns: 1fr !important;
    }
    .hotm-423aa02a-morder-image-first .hotm-423aa02a-image-column {
        order: 1;
    }
    .hotm-423aa02a-morder-image-first .hotm-423aa02a-content-column {
        order: 2;
    }
    .hotm-423aa02a-morder-content-first .hotm-423aa02a-image-column {
        order: 2;
    }
    .hotm-423aa02a-morder-content-first .hotm-423aa02a-content-column {
        order: 1;
    }
}
