@media print {
    body * {
        visibility: hidden !important;
    }

    #rugimosPrintableArea,
    #rugimosPrintableArea * {
        visibility: visible !important;
    }

    #rugimosPrintableArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto !important;
        background: #fff !important;
        overflow: visible !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .rugimos-topbar,
    .rugimos-nav {
        display: none !important;
    }

    .rugimos-slider {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
    }

    .rugimos-slide {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important;
        page-break-after: always;
        break-after: page;
        background: #fff !important;
    }

    .rugimos-slide:last-child {
        page-break-after: auto;
        break-after: auto;
    }

    .rugimos-page {
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        margin: 0 !important;
        padding: 25mm 18mm !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #fff !important;
    }

    .rugimos-page.cover {
        min-height: 260mm !important;
        color: #000 !important;
        background: #fff !important;
    }
}

.rugimos-economic-label-cus {
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 500;
    text-align: left;
}

#value-custom {
    font-size: 22px;
}

.rugimos-report-wrap {
    font-family: Arial, sans-serif;
}

.rugimos-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 38px;
    background: #ED782F;
    color: #FFE66C;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Outfit", Sans-serif;
    line-height: 1;
    cursor: pointer;
    transition: .3s ease;
}

.rugimos-open-btn:hover {
    opacity: .9;
}

.rugimos-modal {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .82);
    z-index: 99999;
    overflow: hidden;
}

.rugimos-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rugimos-modal-content {
    position: relative;
    width: 92%;
    /* max-width: 1100px; */
    max-width: 800px;
    height: 90vh;
    /* background: #f6f1e8; */
    background: transparent;
    border-radius: 22px;
    overflow: hidden;
    /*  box-shadow: 0 20px 60px rgba(0, 0, 0, .35); */
}

.rugimos-topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, 0));
}

.rugimos-counter {
    background: rgba(255, 255, 255, .9);
    color: #111;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
}

.rugimos-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rugimos-download-btn,
.rugimos-close-btn {
    border: none;
    cursor: pointer;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
}

.rugimos-download-btn {
    background: #1f7a4d;
    color: #fff;
    text-decoration: none;
}

.rugimos-close-btn {
    background: #fff;
    color: #111;
}

.rugimos-slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: transform .45s ease;
}

.rugimos-slide {
    width: 10%;
    min-width: 10%;
    height: 100%;
    padding: 30px 50px;
    overflow-y: auto;
    box-sizing: border-box;
    /* background:
        linear-gradient(180deg, #f9f4ea 0%, #f3ebdf 100%); */
    background: transparent;
}

.rugimos-page {
    width: min(100%, calc((90vh - 70px) * 4 / 5));
    max-width: 760px;
    max-height: calc(90vh - 70px);
    margin: 0 auto;
    background: #fffdf8;
    border-radius: 24px;
    /* padding: 48px 40px; */
    padding: 20px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    aspect-ratio: 4 / 5;
    min-height: 0;
}

.rugimos-page.cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #FCEBEB;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #0f7877;
}

.rugimos-section-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rugimos-section-header>h2 {
    align-self: center;
}

img.rugimos-cover-logo {
    width: 145px;
}

.rugimos-page--impact {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: #02686A;
    color: #fff;
    /*     border: 1px solid rgba(240, 235, 221, .7); */
    box-shadow: none;
    overflow: hidden;
    background-image: var(--rugimos-report-page-impact-bg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* .rugimos-page--impact::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(240, 235, 221, .65);
    pointer-events: none;
} */

.rugimos-impact-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.rugimos-impact-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 5px 20px;
    border-radius: 999px;
    background: #D7F3E7;
    color: #02686A;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 8px 0 rgba(255, 255, 255, .18) inset;
}

.rugimos-impact-title {
    font-family: "Poppins", sans-serif;
    margin: 0 !important;
    color: #FCDC8B !important;
    font-size: 26px !important;
    line-height: 1.02 !important;
    font-weight: 500;
    text-align: center;
}

.rugimos-impact-total-card {
    width: fit-content;
    background: #fcfaf7;
    border-radius: 22px;
    padding: 18px 22px;
    box-shadow: 0 10px 0 rgba(255, 255, 255, .08) inset;
}

.rugimos-impact-total {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 150px !important;
    line-height: .9 !important;
    font-weight: 800;
    color: #ff8a4c !important;
    letter-spacing: -.04em;
}

.rugimos-impact-clinics {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 18px;
    margin-top: 4px;
}

.rugimos-impact-clinics-label {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    line-height: 1.02;
    font-weight: 500;
    text-align: left;
    max-width: 150px;
}

.rugimos-impact-clinics-value {
    min-width: 74px;
    padding: 8px 14px;
    border-radius: 8px;
    background: #ff8a4c;
    color: #fff8f1;
    font-family: "Poppins", sans-serif;
    font-size: 62px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.rugimos-page--species {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: #03686A;
    color: #fff;
    box-shadow: none;
    overflow: hidden;
    background-image: var(--rugimos-report-page-species-bg);
    background-size: contain;
    background-repeat: no-repeat;
}

.rugimos-species-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #F8E08A;
    color: #0e6a71;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.rugimos-species-content {
    width: 100%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.rugimos-species-copy {
    max-width: 620px;
}

.rugimos-species-label {
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
    margin-bottom: 2px;
}

.rugimos-species-copy-text {
    margin: 0;
    color: #f5f1e9 !important;
    font-family: "Outfit", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.22 !important;
}

.rugimos-species-value-row {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
}

.rugimos-species-value-label {
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 600;
    text-align: center;
    max-width: 100px;
}

.rugimos-species-value-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 10px 17px;
    border-radius: 18px;
    background: #f8f1eb;
    color: #ff8a4c;
    font-family: "Outfit", sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
}

.rugimos-species-allies {
    width: 100%;
    text-align: left;
}

.rugimos-species-allies-title {
    margin: 0 0 18px;
    color: #f4da73 !important;
    font-family: "Outfit", sans-serif;
    font-size: 20px !important;
    line-height: 1.05 !important;
    font-weight: 600;
    text-align: center;
}

.rugimos-species-allies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

.rugimos-species-allies-table-wrapper {
    display: none;
    width: 100%;
    overflow-x: auto;
}

.rugimos-species-allies-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f1eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.rugimos-species-allies-table tbody tr {
    border-bottom: 1px solid rgba(3, 104, 106, .14);
}

.rugimos-species-allies-table tbody tr:last-child {
    border-bottom: 0;
}

.rugimos-species-allies-table tbody td {
    padding: 9px 10px;
    color: #03686a;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 1.22;
    font-weight: 800;
    vertical-align: middle;
}

.rugimos-species-allies-table tbody td:first-child {
    width: 68%;
}

.rugimos-species-allies-table tbody td:last-child:not(:first-child) {
    width: 32%;
    color: #ff8a4c;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.rugimos-species-allies-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #f6f1e8;
    font-family: "Outfit", sans-serif;
}

.rugimos-species-allies-item::before {
    content: "•";
    color: #f6f1e8;
    font-size: 22px;
    line-height: 0;
    transform: translateY(15px);
    left: 2px;
    position: absolute;
    opacity: .95;
}

.rugimos-species-allies-item {
    position: relative;
    padding-left: 16px;
}

.rugimos-species-allies-name {
    color: #f6f1e8;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 400;
}

.rugimos-species-allies-amount {
    color: #ff9b52;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
}

.rugimos-species-message {
    margin-top: 8px;
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 600;
    text-align: center;
    max-width: 560px;
}

.rugimos-page--total-impact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #dcece7 0%, #d8ebe2 100%);
    box-shadow: none;
    overflow: hidden;
}

.rugimos-total-impact-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ff8a4c;
    color: #fff7ef;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 300px;
}

.rugimos-total-impact-panel {
    width: 100%;
    max-width: 610px;
    padding: 30px 42px 30px;
    border-radius: 34px;
    background: #f3dd8a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.rugimos-total-impact-lead {
    margin: 0;
    color: #0f7877 !important;
    font-family: "Outfit", sans-serif;
    font-size: 24px !important;
    line-height: 1.28 !important;
    font-weight: 500;
    max-width: 420px;
}

.rugimos-total-impact-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.rugimos-total-impact-label {
    color: #0f7877;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
}

.rugimos-total-impact-amount {
    color: #ff8a4c;
    font-family: "Outfit", sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.03em;
}

.rugimos-total-impact-final-label {
    margin-top: 4px;
    color: #ff8a4c;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 600;
}

.rugimos-total-impact-final-card {
    width: 100%;
    max-width: 300px;
    padding: 4px 22px;
    border-radius: 18px;
    background: #f8f1eb;
    color: #0f7877;
    font-family: "Outfit", sans-serif;
    font-size: 43px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.rugimos-page--money-use {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03686A;
    box-shadow: none;
    /*  background-image: var(--rugimos-report-page-money-use-bg); */
    background-image: var(--rugimos-report-page-impact-bg);
    background-size: contain;
    background-repeat: no-repeat;
}

.rugimos-money-use-panel {
    width: 100%;
    max-width: 620px;
    padding: 42px 40px 34px;
    border-radius: 34px;
    background: #F5EFE3;
    text-align: center;
}

.rugimos-money-use-title {
    margin: 0 0 12px;
    color: #ff8a4c !important;
    font-family: "Outfit", sans-serif;
    font-size: 22px !important;
    line-height: 1.04 !important;
    font-weight: 900;
    text-transform: uppercase;
}

.rugimos-money-use-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rugimos-money-use-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.rugimos-money-use-label {
    color: #0f7877;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 500;
    max-width: 480px;
}

/* .rugimos-money-use-label::before {
    content: "• ";
} */

.rugimos-money-use-value {
    color: #0f7877;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.08;
    font-weight: 900;
}

.rugimos-money-use-total {
    margin-top: 15px;
    color: #ff8a4c;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.14;
    font-weight: 900;
}

.rugimos-money-use-table-wrap {
    width: 100%;
}

.rugimos-money-use-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.rugimos-money-use-row+.rugimos-money-use-row .rugimos-money-use-label,
.rugimos-money-use-row+.rugimos-money-use-row .rugimos-money-use-value {
    padding-top: 14px;
}

.rugimos-money-use-table .rugimos-money-use-label {
    width: 68%;
    padding-right: 18px;
    vertical-align: top;
    text-align: left;
    max-width: none;
}

.rugimos-money-use-table .rugimos-money-use-value {
    width: 32%;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}

.rugimos-slider .rugimos-slide:nth-child(3) .rugimos-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #02686A;
    box-shadow: none;
    color: #fff;
    background-image: var(--rugimos-report-page-donations-bg);
    background-size: contain;
    background-repeat: no-repeat;
}

.rugimos-slider .rugimos-slide:nth-child(3) .rugimos-page h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #f4da73;
    color: #0f7877 !important;
    font-family: "Outfit", sans-serif;
    font-size: 22px !important;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rugimos-page--economic-donations .rugimos-economic-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* margin-top: 14px; */
}

.rugimos-page--economic-donations .rugimos-economic-total-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.rugimos-page--economic-donations .rugimos-economic-kicker {
    color: #fff4cf;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.rugimos-page--economic-donations .rugimos-economic-total-card {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    padding: 8px 24px 8px;
    border-radius: 24px;
    background: #ffb400;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 43px;
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.04em;
    box-shadow: 0 10px 0 rgba(0, 0, 0, .08);
    text-align: center;
    overflow-wrap: anywhere;
}

.rugimos-page--economic-donations .rugimos-economic-summary-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
    align-items: center;
    gap: 22px;
}

.rugimos-page--economic-donations .rugimos-economic-summary-label {
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 800;
    text-align: left;
}

/* .rugimos-page--economic-donations .rugimos-economic-companies-title {
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 800;
    text-align: left;
} */

.rugimos-page--economic-donations .rugimos-economic-summary-value,
.rugimos-page--economic-donations .rugimos-economic-company-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    min-width: 250px;
    padding: 14px 22px 10px;
    border-radius: 18px;
    background: #dcefe5;
    color: #02686A;
    font-family: "Outfit", sans-serif;
    font-size: clamp(34px, 4.4vw, 50px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.03em;
    white-space: nowrap;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .08);
}

.rugimos-page--economic-donations .rugimos-economic-major-donors {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* .rugimos-page--economic-donations .rugimos-economic-major-donors-title {
    color: #f4da73;
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 800;
    text-align: left;
} */

.rugimos-page--economic-donations .rugimos-economic-major-donor-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}

.rugimos-page--economic-donations .rugimos-economic-major-donor-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
    align-items: center;
    gap: 22px;
}

.rugimos-page--economic-donations .rugimos-economic-major-donor-name {
    color: #fff4cf;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 800;
    text-align: left;
    overflow-wrap: anywhere;
}

.rugimos-page--economic-donations .rugimos-economic-major-donor-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    min-width: 250px;
    padding: 12px 18px 9px;
    border-radius: 18px;
    background: rgba(220, 239, 229, .96);
    color: #02686A;
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.03em;
    white-space: nowrap;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .08);
}

.rugimos-page--economic-donations .rugimos-economic-companies {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rugimos-page--economic-donations .rugimos-economic-companies-title {
    text-align: center;
}

.rugimos-page--economic-donations .rugimos-economic-company-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rugimos-page--economic-donations .rugimos-economic-company-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
    align-items: center;
    gap: 22px;
}

.rugimos-page--economic-donations .rugimos-economic-company-name {
    color: #fff4cf;
    font-family: "Bebas Neue", "Outfit", sans-serif;
    font-size: 24px;
    line-height: .95;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: left;
    overflow-wrap: anywhere;
}

.rugimos-page--economic-donations .rugimos-economic-company-empty {
    color: #dcefe5;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

.rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #f3dd8a 0%, #f6e6ad 100%);
    box-shadow: none;
    color: #0f7877;
}

.rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #0f7877;
    color: #fff7ef !important;
    font-family: "Outfit", sans-serif;
    font-size: 22px !important;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rugimos-efficiency-subtitle {
    margin: -10px 0 20px;
    color: #2d8b67;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page ul {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page li {
    background: rgba(15, 120, 119, .1);
    border-radius: 18px;
    padding: 18px 16px;
    color: #0f7877;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page li strong {
    display: block;
    margin-bottom: 8px;
    color: #2d8b67;
    font-size: 18px;
}

.rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page .rugimos-highlight {
    width: 100%;
    font-family: "Outfit", sans-serif;
    margin-top: 0;
    background: #0f7877;
    border-left: none;
    color: #fff7ef;
    border-radius: 22px;
    text-align: center;
}

.rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #dcece7 0%, #d6ebe6 100%);
    box-shadow: none;
    color: #0f7877;
}

.rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #ff8a4c;
    color: #fff7ef !important;
    font-family: "Outfit", sans-serif;
    font-size: 22px !important;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page li {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .72);
    color: #0f7877;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

img.rugimos-final-message-text-image.webpexpress-processed {
    width: 300px;
}

/* .rugimos-slider .rugimos-slide:nth-child(10){
                background:#0f7978;
            } */

.rugimos-slider .rugimos-slide:nth-child(10) .rugimos-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #0f7978;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
    font-size: 0;
}

.rugimos-slider .rugimos-slide:nth-child(10) .rugimos-page h2 {
    display: none;
}

.rugimos-final-message-heading {
    margin: 0 0 15px;
    color: #ffd86a !important;
    font-family: "Outfit", sans-serif;
    font-size: 26px !important;
    line-height: 1.08 !important;
    font-weight: 900;
    text-align: center;
}

.rugimos-final-message-body {
    max-width: 560px;
    margin: 0 0 28px;
    color: #f7f4ea !important;
    font-family: "Outfit", sans-serif;
    font-size: 24px !important;
    line-height: 1.24 !important;
    font-weight: 500;
    text-align: center;
}

.rugimos-final-message-text-image {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 0 20px;
    display: block;
}

.rugimos-page--clinic-impact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #dcece7 0%, #d9ebe4 100%);
    box-shadow: none;
}

.rugimos-clinic-impact-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    padding: 7px 22px;
    border-radius: 999px;
    background: #f7e089;
    color: #03686a;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 300px;
}

.rugimos-clinic-impact-table-wrapper {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.rugimos-clinic-impact-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.rugimos-clinic-impact-table thead {
    background: #03686a;
}

.rugimos-clinic-impact-table thead th {
    padding: 16px;
    color: #f7e089;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #2c8564;
}

.rugimos-clinic-impact-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.rugimos-clinic-impact-table tbody tr:hover {
    background-color: #f5f5f5;
}

.rugimos-clinic-impact-table tbody tr:last-child {
    border-bottom: none;
}

.rugimos-clinic-impact-table tbody td {
    padding: 14px 16px;
    color: #2c8564;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.rugimos-clinic-impact-table tbody td:first-child {
    font-weight: 700;
    color: #03686a;
}

.rugimos-clinic-impact-table tbody td:last-child {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: #9c855f;
    background: rgba(247, 224, 137, 0.08);
}

.rugimos-clinic-impact-item {
    display: none;
}

.rugimos-clinic-impact-name {
    display: none;
}

.rugimos-clinic-impact-value {
    display: none;
}

.rugimos-clinic-impact-item:nth-child(4) {
    display: none;
}

.rugimos-clinic-impact-item:nth-child(5) {
    display: none;
}

.rugimos-clinic-costs {
    width: 100%;
    max-width: 700px;
    margin-top: 4px;
}

.rugimos-clinic-costs-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #03686a;
    color: #f7f0e5;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}

.rugimos-clinic-costs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    text-align: left;
}

.rugimos-clinic-costs-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rugimos-clinic-costs-line {
    color: #2d8b67;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 700;
}

.rugimos-clinic-costs-line strong {
    color: #a98d63;
    font-weight: 900;
}

.rugimos-clinic-impact-note {
    margin-top: 24px;
    max-width: 640px;
    color: #2c8564;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 800;
}

.rugimos-kicker {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .9;
    margin-bottom: 16px;
}

.rugimos-title {
    line-height: 1.1;
    margin: 0 0 4px;
    color: #2C6669;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
}

.rugimos-subtitle {
    margin: 0;
    opacity: .95;
    font-size: 32px !important;
    line-height: 1.15 !important;
    font-weight: 800;
    color: #FF8553 !important;
    text-align: center;
    font-family: "Outfit", sans-serif;
}

.rugimos-cover-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 12px; */
    margin-bottom: 28px;
}

.rugimos-cover-period {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.rugimos-cover-paw {
    width: 38px;
    height: auto;
    flex: 0 0 auto;
}

.rugimos-cover-hand-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 4px 0 26px;
}

.rugimos-cover-hand-image {
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
}

.rugimos-cover-logo-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.rugimos-cover-logo {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
}

/* .rugimos-page h2 {
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: #16211d;
} */

.rugimos-page p,
.rugimos-page li {
    font-size: 18px;
    line-height: 1.7;
    color: #4f4f4f;
}

.rugimos-page ul {
    margin: 0;
    padding-left: 22px;
}

.rugimos-highlight {
    margin-top: 24px;
    padding: 18px 20px;
    background: #edf7f2;
    border-left: 5px solid #1d8d68;
    border-radius: 14px;
    font-weight: 600;
    color: #173f2f;
}

.rugimos-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.rugimos-card {
    background: #f5f7f3;
    border-radius: 18px;
    padding: 18px;
}

.rugimos-card strong {
    display: block;
    font-size: 16px;
    color: #111;
    margin-bottom: 8px;
}

.rugimos-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    pointer-events: none;
    z-index: 15;
}

.rugimos-arrow {
    padding: 10px;
    pointer-events: auto;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: #ffe66c;
    color: #111;
    font-size: 0;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.rugimos-arrow-icon {
    width: 50px;
    height: 50px;
    display: block;
}

.rugimos-arrow:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
    background: #FFE66C;
}

.rugimos-arrow:focus {
    background: #FFE66C;
}

.rugimos-dots {
    position: absolute;
    left: 50%;
    /* bottom: 18px; */
    bottom: 6px;
    transform: translateX(-50%);
    z-index: 18;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
}

.rugimos-dot {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, width .2s ease, opacity .2s ease;
}

.rugimos-dot.is-active {
    width: 22px;
    background: rgba(255, 255, 255, .98);
}

.rugimos-dot:hover {
    background: rgba(255, 255, 255, .82);
}

.rugimos-bottom-note {
    margin-top: 30px;
    font-size: 15px;
    color: #607068;
}

@media (max-width: 768px) {
    .rugimos-modal-content {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }

    .rugimos-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 84px 18px 54px;
        overflow-y: hidden;
    }

    .rugimos-page {
        width: min(100%, 360px);
        max-width: 360px;
        padding: 22px 18px;
        min-height: 60vh;
        overflow: hidden;
    }

    .rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page li {
        min-height: 40px;
    }

    .rugimos-page--money-use {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rugimos-title {
        font-size: 26px;
    }

    .rugimos-subtitle {
        font-size: 16px;
    }

    .rugimos-cover-period {
        gap: 8px;
    }

    .rugimos-cover-paw {
        width: 28px;
    }

    .rugimos-cover-hand-wrap {
        margin: 4px 0 18px;
    }

    .rugimos-cover-logo {
        max-width: 170px;
    }

    .rugimos-page h2 {
        font-size: 20px;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.08 !important;
    }

    .rugimos-impact-badge {
        margin-bottom: 26px;
        padding: 10px 22px;
        font-size: 15px;
    }

    .rugimos-impact-title {
        font-size: 22px !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .rugimos-impact-total {
        font-size: 78px !important;
    }

    .rugimos-impact-clinics {
        gap: 12px;
        align-items: center;
    }

    .rugimos-impact-clinics-label {
        font-size: 16px;
        max-width: 88px;
    }

    img.rugimos-final-message-text-image.webpexpress-processed {
        width: 220px;
    }

    .rugimos-impact-clinics-value {
        min-width: 58px;
        padding: 6px 10px;
        font-size: 32px;
    }

    .rugimos-species-allies-table {
        margin: 0;
    }

    .rugimos-species-badge {
        margin-bottom: 15px;
        padding: 11px 20px;
        font-size: 15px;
    }

    img.rugimos-final-image {
        width: 200px !important;
    }

    .rugimos-species-copy {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        /* margin-bottom: 16px; */
    }

    .rugimos-species-label {
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .rugimos-species-copy-text {
        font-size: 13px !important;
        margin: 0 !important;
        text-align: left;
    }

    .rugimos-species-value-row {
        grid-template-columns: auto 1fr;
        gap: 12px;
        align-items: center;
    }

    .rugimos-species-value-label {
        max-width: none;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
    }

    .rugimos-species-value-card {
        min-height: 40px;
        padding: 8px 12px;
        font-size: 18px;
        justify-content: center;
    }

    .rugimos-species-allies-title {
        margin-bottom: 10px;
        font-size: 16px !important;
    }

    .rugimos-page--impact {
        gap: 30px;
    }

    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page {
        justify-content: space-around;
    }

    .rugimos-species-allies-grid {
        display: none;
    }

    .rugimos-species-allies-table-wrapper {
        display: block;
    }

    .rugimos-species-allies-table tbody td {
        padding: 7px 8px;
        font-size: 12px;
        line-height: 1.18;
    }

    .rugimos-species-message {
        font-size: 15px;
    }

    .rugimos-total-impact-badge {
        margin-bottom: 22px;
        padding: 8px 14px;
        font-size: 15px;
        max-width: 300px;
    }

    .rugimos-total-impact-panel {
        padding: 18px 16px 16px;
        border-radius: 22px;
        gap: 12px;
    }

    .rugimos-total-impact-lead {
        font-size: 15px !important;
    }

    .rugimos-total-impact-label {
        font-size: 15px;
    }

    .rugimos-total-impact-amount {
        font-size: 24px;
    }

    .rugimos-total-impact-final-label {
        font-size: 15px;
    }

    .rugimos-total-impact-final-card {
        max-width: 100%;
        padding: 8px 12px;
        font-size: 24px;
    }

    .rugimos-money-use-panel {
        padding: 20px 16px 18px;
        border-radius: 22px;
    }

    .rugimos-money-use-title {
        margin-bottom: 14px;
        font-size: 17px !important;
    }

    .rugimos-money-use-list {
        gap: 16px;
    }

    .rugimos-money-use-label {
        font-size: 14px;
    }

    .rugimos-money-use-value {
        font-size: 14px;
    }

    .rugimos-money-use-table {
        table-layout: auto;
    }

    .rugimos-money-use-table .rugimos-money-use-label {
        width: 64%;
        padding-right: 14px;
    }

    .rugimos-money-use-table .rugimos-money-use-value {
        width: 36%;
        white-space: normal;
    }

    .rugimos-money-use-total {
        margin-top: 12px;
        font-size: 16px;
    }

    .rugimos-final-message-heading {
        margin-bottom: 18px;
        font-size: 18px !important;
    }

    .rugimos-final-message-body {
        margin-bottom: 20px;
        font-size: 15px !important;
    }

    .rugimos-final-message-text-image {
        max-width: 250px;
        margin-bottom: 14px;
    }

    .rugimos-clinic-impact-badge {
        margin-bottom: 22px;
        padding: 8px 14px;
        font-size: 15px;
        max-width: 300px;
    }

    .rugimos-clinic-impact-table-wrapper {
        max-width: 100%;
        margin-bottom: 22px;
    }

    .rugimos-clinic-impact-table thead th {
        padding: 12px 10px;
        font-size: 13px;
    }

    .rugimos-clinic-impact-table tbody td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .rugimos-clinic-impact-table tbody td:last-child {
        font-size: 15px;
    }

    .rugimos-clinic-impact-item:nth-child(4),
    .rugimos-clinic-impact-item:nth-child(5) {
        display: none;
    }

    .rugimos-clinic-impact-name {
        display: none;
    }

    .rugimos-clinic-impact-value {
        display: none;
    }

    .rugimos-clinic-costs-badge {
        margin-bottom: 14px;
        padding: 9px 14px;
        font-size: 15px;
    }

    .rugimos-clinic-costs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .rugimos-clinic-costs-line {
        font-size: 14px;
    }

    .rugimos-clinic-impact-note {
        margin-top: 18px;
        font-size: 14px;
    }

    .rugimos-slider .rugimos-slide:nth-child(3) .rugimos-page h2,
    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page h2,
    .rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page h2 {
        margin-bottom: 18px;
        padding: 8px 12px;
        font-size: 15px !important;
    }

    .rugimos-slider .rugimos-slide:nth-child(3) .rugimos-page ul,
    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page ul,
    .rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page ul {
        gap: 12px;
    }

    .rugimos-slider .rugimos-slide:nth-child(3) .rugimos-page li,
    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page li,
    .rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page li {
        padding: 12px 12px;
        font-size: 14px;
        border-radius: 16px;
    }

    .rugimos-page--economic-donations .rugimos-economic-layout {
        /* gap: 18px; */
        gap: 10px;
        margin-top: 8px;
    }

    .rugimos-species-content {
        gap: 8px;
    }

    .rugimos-page--economic-donations .rugimos-economic-total-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .rugimos-page--economic-donations .rugimos-economic-kicker {
        font-size: 18px;
        color: #fff4cf;
        white-space: nowrap;
    }

    .rugimos-page--economic-donations .rugimos-economic-total-card {
        padding: 8px 14px 6px;
        font-size: clamp(20px, 6vw, 28px);
        min-width: auto;
        flex: 0 1 auto;
    }

    .rugimos-page--economic-donations .rugimos-economic-summary-label,
    .rugimos-page--economic-donations .rugimos-economic-major-donors-title,
    .rugimos-page--economic-donations .rugimos-economic-companies-title {
        font-size: 14px;
    }

    .rugimos-page--economic-donations .rugimos-economic-summary-value,
    .rugimos-page--economic-donations .rugimos-economic-company-value {
        min-width: 0;
        width: auto;
        font-size: clamp(16px, 5.5vw, 24px);
        padding: 8px 12px 6px;
        white-space: nowrap;
    }

    .rugimos-page--economic-donations .rugimos-economic-major-donor-row {
        display: grid;
        grid-template-columns: 150px auto;
        gap: 12px;
        align-items: center;
    }

    .rugimos-page--economic-donations .rugimos-economic-major-donor-list {
        gap: 5px;
    }

    .rugimos-page--economic-donations .rugimos-economic-major-donor-name {
        white-space: normal;
        overflow-wrap: break-word;
        line-height: 1.05;
    }

    .rugimos-page--economic-donations .rugimos-economic-major-donor-value {
        min-width: fit-content;
    }

    .rugimos-page--economic-donations .rugimos-economic-summary-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(170px, auto);
        align-items: center;
        gap: 12px;
    }

    .rugimos-page--economic-donations .rugimos-economic-company-row {
        grid-template-columns: auto 1fr;
        gap: 12px;
        align-items: center;
    }

    .rugimos-page--economic-donations .rugimos-economic-summary-value {
        width: auto;
        text-align: center;
    }

    .rugimos-page--economic-donations .rugimos-economic-major-donor-name {
        min-width: 0;
        width: auto;
        font-size: 18px;
        padding: 6px 12px 5px;
        justify-self: auto;
    }

    .rugimos-page--economic-donations .rugimos-economic-company-name {
        font-size: 18px;
        text-align: left;
    }

    .rugimos-efficiency-subtitle {
        margin: -6px 0 12px;
        font-size: 13px;
    }

    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .rugimos-slider .rugimos-slide:nth-child(9) .rugimos-page ul {
        grid-template-columns: 1fr;
    }

    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page li {
        padding: 14px 12px;
        font-size: 14px;
    }

    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page li strong {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .rugimos-slider .rugimos-slide:nth-child(7) .rugimos-page .rugimos-highlight {
        border-radius: 18px;
    }

    .rugimos-page p,
    .rugimos-page li {
        font-size: 14px;
    }

    .rugimos-grid-2 {
        grid-template-columns: 1fr;
    }

    .rugimos-nav {
        padding: 0 8px;
    }

    .rugimos-arrow {
        width: 48px;
        height: 48px;
    }

    .rugimos-arrow-icon {
        width: 16px;
        height: 16px;
    }

    .rugimos-topbar {
        padding: 14px;
    }

    .rugimos-dots {
        bottom: 12px;
        gap: 7px;
        padding: 6px 10px;
    }

    .rugimos-download-btn,
    .rugimos-close-btn {
        padding: 9px 12px;
        font-size: 13px;
    }
}

/* Estilos para la página de Aliados del mes */
.rugimos-page--allies {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #dcece7 0%, #d9ebe4 100%);
    box-shadow: none;
    padding: 40px 20px;
}

.rugimos-section-header--allies {
    width: 100%;
    /*     margin-bottom: 32px; */
}

.rugimos-allies-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 999px;
    background: #ff9966;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 500px;
}

.rugimos-allies-table-wrapper {
    width: 100%;
    max-width: 700px;
    overflow-x: auto;
}

.rugimos-allies-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.rugimos-allies-table thead {
    background: #ff9966;
}

.rugimos-allies-table thead th {
    padding: 16px;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #ff7733;
}

.rugimos-allies-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.rugimos-allies-table tbody tr:hover {
    background-color: #f9f9f9;
}

.rugimos-allies-table tbody tr:last-child {
    border-bottom: none;
}

.rugimos-allies-table tbody td {
    padding: 14px 16px;
    color: #03686a;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

/* Ocultar los estilos de tarjetas */
.rugimos-allies-grid {
    display: none !important;
}

.rugimos-allies-card {
    display: none !important;
}

.rugimos-allies-card-icon {
    display: none !important;
}

.rugimos-allies-card-name {
    display: none !important;
}

.rugimos-allies-empty {
    display: none !important;
}

/* Media queries para Aliados */
@media (max-width: 768px) {
    .rugimos-allies-title {
        padding: 8px 20px;
        font-size: 18px;
    }

    .rugimos-allies-table-wrapper {
        max-width: 100%;
    }

    .rugimos-allies-table thead th {
        padding: 12px 10px;
        font-size: 13px;
    }

    .rugimos-allies-table tbody td {
        padding: 10px 8px;
        font-size: 14px;
    }
}