.rmn-benefits-wrap,
.rmn-benefits-wrap * {
    box-sizing: border-box;
}

.rmn-benefits-wrap {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    direction: rtl;
}

.rmn-benefits-intro {
    margin-bottom: 22px;
    text-align: right;
}

.rmn-benefits-section-title {
    margin: 0 0 7px;
    color: #222;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5;
}

.rmn-benefits-section-description {
    max-width: 760px;
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.9;
}

.rmn-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.rmn-benefit-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 118px;
    padding: 16px 18px;
    color: inherit;
    text-align: right;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 3px 14px rgba(17, 24, 39, .035);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.rmn-benefit-card:hover,
.rmn-benefit-card:focus {
    color: inherit;
    text-decoration: none;
}

.rmn-benefit-card:hover {
    transform: translateY(-2px);
    border-color: #d8d8d8;
    box-shadow: 0 9px 24px rgba(17, 24, 39, .07);
}

.rmn-benefit-card:focus-visible {
    outline: 2px solid #00c853;
    outline-offset: 3px;
}

.rmn-benefit-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    margin: 0 0 7px;
}

.rmn-benefit-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #00c853;
    font-size: 25px;
    line-height: 1;
    transition: transform .2s ease;
}

.rmn-benefit-icon i,
.rmn-benefit-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.rmn-benefit-card:hover .rmn-benefit-icon {
    transform: scale(1.05);
}

.rmn-benefit-title {
    min-width: 0;
    margin: 0;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.rmn-benefit-description {
    margin: 0;
    color: #666;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.95;
}

.elementor-widget-rmn_advertising_benefits.rmn-icon-position-end .rmn-benefit-icon {
    order: 2;
}

.elementor-widget-rmn_advertising_benefits.rmn-icon-position-end .rmn-benefit-title {
    order: 1;
}

.elementor-widget-rmn_advertising_benefits.rmn-icon-position-top .rmn-benefit-heading {
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .rmn-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rmn-benefits-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .rmn-benefit-card {
        min-height: 102px;
        padding: 15px;
    }
}
