.elementor-597 .elementor-element.elementor-element-000aded{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-597 .elementor-element.elementor-element-000aded:not(.elementor-motion-effects-element-type-background), .elementor-597 .elementor-element.elementor-element-000aded > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4b7931c */.adrevv-events {
    font-family: 'Poppins', sans-serif;
    background: #1E2321;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.adrevv-events-header {
    font-size: 22px; /* ↑ ~25% */
    font-weight: 700;
    margin-bottom: 15px;
}

.adrevv-event {
    display: flex;
    gap: 14px;
    background: #2a2f2d;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    align-items: flex-start;
}

/* 🔥 IMAGE CONTROL */
.adrevv-event-image {
    flex: 0 0 250px;     /* fixed width */
    max-width: 250px;    /* hard cap */
    aspect-ratio: 4 / 3; /* keeps proportions */
    overflow: hidden;
    border-radius: 6px;
}

.adrevv-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.adrevv-event-content {
    flex: 1;
}

.adrevv-event-title {
    font-weight: 700;
    font-size: 18px; /* ↑ ~25% */
    margin-bottom: 6px;
    line-height: 1.3;
}

.adrevv-event-date {
    font-size: 15px; /* ↑ ~25% */
    opacity: 0.8;
    margin-bottom: 8px;
}

.adrevv-event-link {
    font-size: 14px; /* ↑ ~25% */
    color: #DD9300;
    text-decoration: none;
}

.adrevv-event-link:hover {
    text-decoration: underline;
}/* End custom CSS */