/* Modern Downloads Module - Baryon/WebEngine */
.we-downloads-module,
.we-downloads-module * {
    box-sizing: border-box;
}

.we-downloads-module {
    width: 980px;
    max-width: 100%;
    margin: 0 auto 35px auto;
    font-family: 'PT Sans', sans-serif;
    color: #151515;
}

.we-downloads-section {
    margin-bottom: 14px;
}

.we-downloads-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 14px 0;
    color: #171717;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.we-downloads-title-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #050505;
    font-size: 24px;
}

.we-download-card {
    width: 100%;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 10px 0;
    padding: 16px 24px 16px 16px;
    background: linear-gradient(180deg,#ffffff 0%,#fffdfb 100%);
    border: 1px solid #eadfd9;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    transition: all .22s ease;
}

.we-download-card:hover {
    border-color: #c9e7dd;
    box-shadow: 0 13px 28px rgba(0,80,58,.10);
    transform: translateY(-1px);
}

.we-download-logo {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 35% 18%, rgba(255,199,84,.24), transparent 32%),
        linear-gradient(145deg,#4a1409 0%, #230804 100%);
    border: 1px solid rgba(255,155,60,.16);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 18px rgba(0,0,0,.22);
    overflow: hidden;
}

.we-download-logo span {
    color: #f1a02e;
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    text-shadow:
        0 1px 0 #fff0aa,
        0 2px 0 #7a230a,
        0 0 12px rgba(255,148,28,.45);
}

.we-download-info {
    flex: 1 1 auto;
    min-width: 0;
}

.we-download-name {
    color: #111111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 4px 0;
}

.we-download-desc {
    color: #626262;
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 12px 0;
}

.we-download-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #707070;
    font-size: 12px;
    line-height: 1;
}

.we-meta-label {
    color: #555;
    font-weight: 800;
}

.we-meta-sep {
    color: #b8aaa2;
    padding: 10px 0px;
}

.we-meta-icon {
    color: #6d7881;
    font-weight: 900;
}

.we-host-badge {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.we-host-badge span {
    position: relative;
    top: -1px;
}

.we-host-mediafire {
    background: linear-gradient(180deg,#1b9cff,#0567c8);
}

.we-host-mega {
    background: linear-gradient(180deg,#ef1f2d,#c70413);
}

.we-host-gdrive {
    background: linear-gradient(135deg,#1fa463 0%,#f7c945 50%,#2d7ff0 100%);
}

.we-host-direct {
    background: linear-gradient(180deg,#0a8b62,#006446);
}

.we-host-name {
    font-weight: 900;
}

.we-host-text-mediafire {
    color: #0b79d0;
}

.we-host-text-mega {
    color: #d40a18;
}

.we-host-text-gdrive {
    color: #269b4e;
}

.we-host-text-direct {
    color: #067a55;
}

.we-download-size {
    flex: 0 0 68px;
    min-height: 54px;
    padding: 10px 6px;
    text-align: center;
    background: linear-gradient(180deg,#fff 0%,#faf7f5 100%);
    border: 1px solid #eadfd9;
    border-radius: 12px;
}

.we-download-size strong {
    display: block;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.we-download-size span {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 11px;
    line-height: 1;
}

.we-download-button {
    flex: 0 0 150px;
    height: 54px;
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 5px;
    align-items: center;
    justify-items: start;
    padding: 8px 16px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg,#d06405 0%,#a83a00 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 9px 17px rgba(163,58,0,.26), inset 0 1px 0 rgba(255,255,255,.25);
    transition: all .18s ease;
    text-transform: uppercase;
}

.we-download-button:hover,
.we-download-button:focus {
    color: #ffffff !important;
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.we-download-button-icon {
    grid-row: 1 / 3;
    grid-column: 1;
    align-self: center;
    justify-self: center;
    font-size: 23px;
    line-height: 1;
}

.we-download-button-main {
    grid-column: 2;
    align-self: end;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.we-download-button small {
    grid-column: 2;
    align-self: start;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
}

.we-downloads-benefits {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    margin-top: 14px;
    padding: 14px 20px;
    background: linear-gradient(180deg,#ffffff 0%,#fffaf7 100%);
    border: 1px solid #eadfd9;
    border-radius: 14px;
}

.we-benefit {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 45px;
    padding: 0 20px;
    border-right: 1px solid #e2d6cf;
}

.we-benefit:last-child {
    border-right: 0;
}

.we-benefit-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e6f5eb;
    color: #17844d;
    font-size: 22px;
    font-weight: 900;
}

.we-benefit:nth-child(2) .we-benefit-icon {
    background: #fff3df;
    color: #e58a13;
}

.we-benefit:nth-child(3) .we-benefit-icon {
    background: #f6eadf;
    color: #9a3d0a;
}

.we-benefit strong {
    display: block;
    color: #171717;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
}

.we-benefit small {
    display: block;
    margin-top: 4px;
    color: #6a6a6a;
    font-size: 11px;
    line-height: 1.15;
}

@media only screen and (max-width: 1040px) {
    .we-downloads-module {
        width: 950px;
    }

    .we-download-card {
        gap: 16px;
        padding-right: 18px;
    }

    .we-download-button {
        flex-basis: 145px;
    }
}

/* Downloads modern module - MU/WebEngine 1.2.x */
.we-downloads-title,
.we-downloads-section,
.we-download-card,
.we-download-benefits,
.we-download-benefits * {
    box-sizing: border-box;
}

.we-downloads-title {
    width: 970px;
    margin: 0 auto 14px auto;
    color: #151515;
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.we-downloads-title-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 20px;
}

.we-downloads-section {
    width: 970px;
    margin: 0 auto 14px auto;
}

.we-downloads-section-title {
    display: none;
}

.we-download-card {
    width: 100%;
    min-height: 104px;
    margin: 0 0 10px 0;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0,140,96,.05), transparent 34%),
        linear-gradient(180deg,#ffffff 0%,#fffdfb 100%);
    border: 1px solid #eaded9;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.045);
    transition: all .22s ease;
}

.we-download-card:hover {
    transform: translateY(-1px);
    border-color: #cfe8df;
    box-shadow: 0 14px 28px rgba(0,0,0,.08), 0 0 22px rgba(0,120,85,.08);
}

.we-download-logo {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 13px;
    background: linear-gradient(180deg, #06352d 0%, #075b42 55%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 18px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.10);
}

.we-download-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;
    display:block;
}

.we-download-info {
    flex: 1 1 auto;
    min-width: 0;
}

.we-download-name {
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 6px 0;
}

.we-download-desc {
    color: #6c6461;
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 11px;
}

.we-download-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #69615f;
    font-size: 11px;
    line-height: 1;
}

.we-download-meta strong {
    color: #007a55;
    font-weight: 900;
}

.we-meta-sep {
    width: 1px;
    height: 0px;
    background: #d9cbc6;
    display: inline-block;
}

.we-provider {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.we-provider-mediafire { background: #168dff; }
.we-provider-mega { background: #e60012; }
.we-provider-drive { background: #20a464; }
.we-provider-dropbox { background: #0061ff; }
.we-provider-direct { background: #04724f; }

.we-download-size {
    flex: 0 0 68px;
    min-height: 54px;
    border-radius: 12px;
    border: 1px solid #eaded9;
    background: linear-gradient(180deg,#ffffff,#faf7f5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #111;
}

.we-download-size strong {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
}

.we-download-size span {
    color: #6d625f;
    font-size: 10px;
    margin-top: 4px;
}

.we-download-button {
    flex: 0 0 150px;
    height: 54px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0aa474, #07573f);
    color: #fff !important;
    text-decoration: none !important;
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: 28px 18px;
    align-items: center;
    padding: 12px 20px;
    box-shadow: 0 9px 15px rgb(0 172 21 / 25%), inset 0 1px 0 rgba(255, 255, 255, .28);
    transition: all .18s ease;
}

.we-download-button:hover {
    filter: brightness(112%);
    transform: translateY(-1px);
}

.we-download-button i {
    grid-row: 1 / span 2;
    font-size: 20px;
    text-align: center;
}

.we-download-button span {
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.we-download-button small {
    font-size: 11px;
    line-height: 1;
    color: rgba(255,255,255,.94);
}

.we-download-empty {
    width: 970px;
    margin: 0 auto 12px auto;
    padding: 18px;
    background: #fff8f5;
    border: 1px solid #eaded9;
    border-radius: 14px;
    color: #6a5d59;
    text-align: center;
}

.we-download-empty strong {
    color: #04724f;
}

.we-download-benefits {
    width: 970px;
    margin: 14px auto 30px auto;
    min-height: 58px;
    border-radius: 14px;
    border: 1px solid #eaded9;
    background:
        radial-gradient(circle at 15% 0%, rgba(0,140,96,.05), transparent 30%),
        linear-gradient(180deg,#fffdfb,#fbf7f5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.we-benefit {
    flex: 1 1 0;
    min-height: 58px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    position: relative;
}

.we-benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 30px;
    background: #e2d5d0;
}

.we-benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
}

.we-benefit-green {
    background: #dff5e8;
    color: #079057;
}

.we-benefit-orange {
    background: #fff0dc;
    color: #f28a17;
}

.we-benefit-brown {
    background: #f6e8dc;
    color: #a94d15;
}

.we-benefit strong {
    display: block;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.we-benefit small {
    display: block;
    color: #6c6461;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 2px;
}

@media only screen and (max-width: 1040px) {
    .we-downloads-title,
    .we-downloads-section,
    .we-download-benefits,
    .we-download-empty {
        width: 950px;
    }

    .we-download-button {
        flex-basis: 145px;
    }
}


/* v3 - logos reales de proveedores + color del nombre */
.we-provider {
    background: transparent !important;
    overflow: visible !important;
}

.we-provider-svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    object-fit: contain !important;
}

.we-provider-mediafire .we-provider-svg {
    width: 24px !important;
    height: 24px !important;
}

.we-provider-mega .we-provider-svg {
    width: 23px !important;
    height: 23px !important;
}

.we-provider-drive .we-provider-svg {
    width: 22px !important;
    height: 22px !important;
}

.we-host-name-mediafire {
    color: #1299F3 !important;
    font-weight: 900 !important;
}

.we-host-name-mega {
    color: #d31b00 !important;
    font-weight: 900 !important;
}

.we-host-name-drive {
    color: #188038 !important;
    font-weight: 900 !important;
}

.we-host-name-dropbox {
    color: #0061ff !important;
    font-weight: 900 !important;
}

.we-host-name-direct {
    color: #04724f !important;
    font-weight: 900 !important;
}
