/* ==========================================================
   Cartas y Columnas - Plantilla final
   Tipografía: Montserrat
   ========================================================== */

.accc-single,
.accc-single * {
    box-sizing: border-box;
}



.accc-single {
    background: #fff;
    padding: 46px 24px 72px;
    font-family: "Montserrat", Arial, sans-serif;
}

.accc-single .fusion-row {
    max-width: 1180px;
}

.accc-article {
    margin: 0;
}

.accc-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 34px;
    color: #6d7884;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.accc-breadcrumb a {
    color: #078775;
    text-decoration: none;
    font-weight: 500;
}

.accc-breadcrumb a:hover,
.accc-breadcrumb a:focus {
    text-decoration: underline;
}

.accc-breadcrumb__sep {
    color: #9aa4ad;
}

.accc-breadcrumb__current {
    color: #6d7884;
    font-weight: 500;
}

.accc-hero {
    --accc-hero-height: 470px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .96fr);
    gap: 54px;
    align-items: start;
}

.accc-hero--no-image {
    grid-template-columns: minmax(0, 760px);
}

.accc-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: var(--accc-hero-height);
    padding: 0;
}

.accc-hero__top,
.accc-hero__bottom {
    min-width: 0;
}

.accc-top-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    margin: 0 0 50px;
    padding: 8px 18px;
    border-radius: 9px;
    background: #078775;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.accc-category {
    margin: 0 0 18px;
    color: #078775;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.accc-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #092b63;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.025em;
}

.accc-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 34px;
}

.accc-icon-circle {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background: #f0f7f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accc-icon-circle svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: #078775;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.accc-author__name {
    color: #092b63;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.accc-author__role {
    margin-top: 3px;
    color: #092b63;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.accc-meta {
    display: flex;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.accc-meta__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 225px;
    position: relative;
}

.accc-meta__item + .accc-meta__item {
    padding-left: 30px;
    border-left: 1px solid #ccd5da;
}

.accc-meta__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background: #f0f7f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accc-meta__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #078775;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.accc-meta__body {
    min-width: 0;
}

.accc-meta__label {
    margin: 0 0 4px;
    color: #637181;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}

.accc-meta__value {

    color: #078775;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.accc-meta__item--media .accc-meta__value {
    color: #092b63;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 700;
}

.accc-hero__image {
    height: var(--accc-hero-height);
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f5f6;
}

.accc-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
}

.accc-quote {
    max-width: 1120px;
    margin: 44px auto 38px;
    padding: 30px 36px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    align-items: center;
    background: #f5f8f7;
    border: 1px solid #e1e8e6;
    border-radius: 15px;
}

.accc-quote__mark {
    min-height: 102px;
    padding-right: 20px;
    border-right: 2px solid #078775;
    color: #078775;
    font-family: Arial, sans-serif;
    font-size: 92px;
    line-height: .8;
    font-weight: 700;
}

.accc-quote__text,
.accc-quote__text p {
    margin: 0;
    color: #092b63;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.accc-content {
    max-width: 1120px;
    margin: 0 auto;
    color: #263747;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
}

.accc-content p {
    margin: 0 0 24px;
}

.accc-content h2,
.accc-content h3,
.accc-content h4 {
    color: #092b63;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
}

.accc-content img {
    max-width: 100%;
    height: auto;
}

/* Evita elementos típicos del single de Avada dentro de nuestra plantilla */
.accc-single .fusion-sharing-box,
.accc-single .related-posts,
.accc-single .about-author,
.accc-single .fusion-meta-info {
    display: none !important;
}

@media (max-width: 1024px) {
    .accc-hero {
        --accc-hero-height: 440px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .accc-hero__content {
        min-height: 0;
    }

    .accc-hero__bottom {
        margin-top: 30px;
    }

    .accc-hero__image {
        height: var(--accc-hero-height);
    }
}

@media (max-width: 700px) {
    .accc-single {
        padding: 28px 18px 54px;
    }

    .accc-breadcrumb {
        margin-bottom: 24px;
        gap: 6px;
        font-size: 12px;
    }

    .accc-top-label {
        min-height: 28px;
        margin-bottom: 14px;
        padding: 6px 14px;
        font-size: 11px;
    }

    .accc-category {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .accc-title {
        margin-bottom: 26px !important;
        font-size: clamp(36px, 10vw, 46px);
        line-height: 1.08;
    }

    .accc-author {
        margin-bottom: 28px;
    }

    .accc-author__name {
        font-size: 16px;
    }

    .accc-author__role {
        font-size: 14px;
    }

    .accc-meta {
        flex-direction: column;
        gap: 16px;
    }

    .accc-meta__item,
    .accc-meta__item + .accc-meta__item {
        min-width: 0;
        padding-left: 0;
        border-left: 0;
    }

    .accc-meta__item + .accc-meta__item {
        padding-top: 16px;
        border-top: 1px solid #d7dee2;
    }

    .accc-hero {
        --accc-hero-height: 335px;
    }

    .accc-hero__image {
        height: var(--accc-hero-height);
    }

    .accc-quote {
        margin: 32px 0;
        padding: 24px 20px;
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .accc-quote__mark {
        min-height: 76px;
        padding-right: 13px;
        font-size: 62px;
    }

    .accc-quote__text,
    .accc-quote__text p {
        font-size: 17px;
        line-height: 1.55;
    }

    .accc-content {
        font-size: 16px;
        line-height: 1.7;
    }
}
