.pel-ord-page {
    --pel-purple: #532680;
    --pel-purple-dark: #34144f;
    --pel-purple-soft: #f3edf7;
    --pel-magenta: #c92f83;
    --pel-magenta-soft: #fcedf5;
    --pel-ink: #2f2935;
    --pel-muted: #625a67;
    --pel-border: #e6dce9;
    --pel-surface: #ffffff;
    --pel-background: #fbf9fc;
    --pel-shadow: 0 15px 38px rgba(58, 27, 79, .08);
    background: var(--pel-background);
    color: var(--pel-ink);
    padding: 22px 18px 18px;
}

.pel-ord-page,
.pel-ord-page * {
    box-sizing: border-box;
}

.pel-ord-shell {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.pel-ord-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr);
    min-height: 370px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 87% 18%, rgba(196, 92, 145, .20) 0 110px, transparent 111px),
        linear-gradient(112deg, #532680 0%, #5a2b86 42%, #c45c91 82%, #a9a1ab 100%);
    box-shadow: 0 16px 38px rgba(82, 82, 90, .13);
}

.pel-ord-hero::after {
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    content: '';
}

.pel-ord-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 4vw, 48px) clamp(30px, 4vw, 48px) clamp(76px, 6vw, 88px);
    color: #fff;
}

.pel-ord-hero__badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.pel-ord-hero__badge span {
    color: #ff70b7;
    font-size: .72rem;
}

.pel-ord-hero .site-hero-title {
    max-width: 690px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 3.7vw, 3.15rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.pel-ord-hero__content > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.62;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
.pel-ord-hero__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 18px 20px 18px 0;
}

.pel-ord-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 330px;
    border-radius: 24px;
    object-fit: contain;
    object-position: center;
    opacity: 1;
}
.pel-ord-metrics {
    margin-bottom: 0;
}

.pel-ord-metrics__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.pel-ord-metrics .site-metric-card {
    min-width: 0;
}

.pel-ord-metrics .site-metric-card > div:last-child {
    min-width: 0;
}

.pel-ord-metrics .site-metric-label {
    line-height: 1.35;
}

.pel-ord-metrics .site-metric-value {
    margin-top: 7px;
    color: var(--pel-purple-dark);
    font-size: 1.08rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}


.pel-ord-section {
    scroll-margin-top: 150px;
    padding-top: 42px;
}

.pel-ord-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
}

.pel-ord-section__header > div {
    max-width: 830px;
}

.pel-ord-section__header h2 {
    margin: 4px 0 9px;
    color: var(--pel-purple-dark);
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 840;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.pel-ord-section__header p {
    margin: 0;
    color: var(--pel-muted);
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.pel-ord-eyebrow {
    display: inline-block;
    color: var(--pel-magenta);
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pel-ord-access-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pel-ord-page .pel-ord-access-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 26px;
    gap: 13px;
    align-items: center;
    min-width: 0;
    min-height: 150px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--pel-border);
    border-radius: 22px;
    background: var(--pel-surface);
    color: var(--pel-ink);
    box-shadow: 0 12px 28px rgba(58, 27, 79, .06);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pel-ord-access-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--pel-purple), var(--pel-magenta));
    content: '';
}

.pel-ord-access-card:hover,
.pel-ord-access-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(83, 38, 128, .36);
    box-shadow: 0 18px 34px rgba(58, 27, 79, .12);
}

.pel-ord-access-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--pel-purple), #7a3ca2);
    color: #fff;
    font-weight: 900;
}

.pel-ord-access-card:nth-child(even) .pel-ord-access-card__number {
    background: linear-gradient(135deg, var(--pel-magenta), #e1589e);
}

.pel-ord-access-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pel-ord-access-card__content strong {
    margin-bottom: 7px;
    color: var(--pel-purple-dark);
    font-size: 1.05rem;
    line-height: 1.3;
}

.pel-ord-access-card__content > span {
    color: var(--pel-muted);
    font-size: .9rem;
    line-height: 1.55;
}

.pel-ord-access-card__arrow {
    color: var(--pel-purple);
    font-size: 1.45rem;
    font-weight: 900;
}
.pel-ord-page .pel-ord-access-card--unavailable {
    border-style: dashed;
    background: #fbf9fc;
    box-shadow: none;
}

.pel-ord-access-card--unavailable::before {
    background: #a39aa7;
}

.pel-ord-access-card__status {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 9px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eee9f0;
    color: #655d69;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.2;
}

.pel-ord-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.pel-ord-category-card {
    scroll-margin-top: 150px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 16px;
    overflow: hidden;
    border: 1px solid var(--pel-border);
    border-radius: 22px;
    background: linear-gradient(145deg, #fbf8fd, #f6f1f9);
    box-shadow: 0 12px 28px rgba(58, 27, 79, .07);
}

.pel-ord-category-card:nth-child(even) {
    background: linear-gradient(145deg, #fff9fc, #f9eff5);
}

.pel-ord-category-card__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 10px;
    align-items: center;
    min-height: 138px;
}

.pel-ord-category-card__copy {
    min-width: 0;
}

.pel-ord-category-card__copy h3 {
    margin: 5px 0 7px;
    color: var(--pel-purple-dark);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
}

.pel-ord-category-card__copy > p {
    margin: 0;
    color: var(--pel-muted);
    font-size: .78rem;
    line-height: 1.48;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.pel-ord-category-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    min-height: 0;
    overflow: hidden;
    background: transparent;
}

.pel-ord-category-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pel-ord-category-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 0;
}

.pel-ord-page .pel-ord-resource-list {
    display: grid;
    gap: 8px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.pel-ord-page .pel-ord-resource-list li {
    width: 100%;
    min-width: 0;
}

.pel-ord-page .pel-ord-resource-list__item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-width: 0;
    min-height: 58px;
    padding: 9px 10px;
    border: 1px solid #e9e1ec;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    color: var(--pel-ink);
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease;
}

.pel-ord-resource-list a:hover,
.pel-ord-resource-list a:focus-visible {
    border-color: rgba(83, 38, 128, .34);
    background: #fff;
}

.pel-ord-resource-list__item--unavailable {
    border-style: dashed;
    background: rgba(250, 248, 251, .92);
}

.pel-ord-resource-list__type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--pel-purple-soft);
    color: var(--pel-purple);
    font-size: 1.05rem;
}

.pel-ord-category-card:nth-child(even) .pel-ord-resource-list__type {
    background: var(--pel-magenta-soft);
    color: var(--pel-magenta);
}

.pel-ord-resource-list__item--unavailable .pel-ord-resource-list__type {
    background: #eee9f0;
    color: #655d69;
}

.pel-ord-resource-list__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pel-ord-resource-list__text strong {
    color: var(--pel-purple-dark);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
}

.pel-ord-resource-list__text small {
    margin-top: 2px;
    color: var(--pel-muted);
    font-size: .69rem;
    line-height: 1.35;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.pel-ord-resource-list__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    color: var(--pel-magenta);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
}

.pel-ord-resource-list__item--unavailable .pel-ord-resource-list__action {
    max-width: 66px;
    color: #655d69;
    font-size: .62rem;
    overflow-wrap: anywhere;
}
.pel-ord-diffusers {
    margin-top: 42px;
    padding: 28px;
    border: 1px solid var(--pel-border);
    border-radius: 26px;
    background: linear-gradient(135deg, #fff, #f8f2fa);
    box-shadow: var(--pel-shadow);
}

.pel-ord-section__header--compact {
    margin-bottom: 20px;
}

.pel-ord-diffuser-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pel-ord-page .pel-ord-diffuser-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 28px;
    gap: 18px;
    align-items: center;
    min-width: 0;
    min-height: 132px;
    padding: 18px;
    border: 1px solid var(--pel-border);
    border-radius: 20px;
    background: #fff;
    color: var(--pel-ink);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pel-ord-diffuser-card:hover,
.pel-ord-diffuser-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(83, 38, 128, .34);
    box-shadow: 0 15px 30px rgba(58, 27, 79, .1);
}

.pel-ord-diffuser-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 10px;
    border-radius: 16px;
    background: #f8f6f9;
}

.pel-ord-diffuser-card__logo img {
    display: block;
    max-width: 100%;
    max-height: 68px;
    object-fit: contain;
}

.pel-ord-diffuser-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pel-ord-diffuser-card__content strong {
    margin-bottom: 6px;
    color: var(--pel-purple-dark);
    font-size: 1.05rem;
}

.pel-ord-diffuser-card__content > span {
    color: var(--pel-muted);
    font-size: .9rem;
    line-height: 1.5;
}

.pel-ord-diffuser-card__arrow {
    color: var(--pel-magenta);
    font-size: 1.35rem;
    font-weight: 900;
}

.pel-ord-note {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid #eadbea;
    border-radius: 18px;
    background: linear-gradient(90deg, var(--pel-purple-soft), var(--pel-magenta-soft));
}

.pel-ord-note__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--pel-purple);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.pel-ord-note p {
    margin: 0;
    color: var(--pel-ink);
    line-height: 1.6;
    text-align: justify;
}

.pel-ord-page a:focus-visible {
    outline: 3px solid rgba(201, 47, 131, .48);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .pel-ord-page *,
    .pel-ord-page *::before,
    .pel-ord-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1100px) {
    .pel-ord-hero {
        grid-template-columns: minmax(0, 1fr) 370px;
    }

    .pel-ord-access-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .pel-ord-page {
        padding-inline: 14px;
    }

    .pel-ord-hero {
        grid-template-columns: 1fr;
    }

    .pel-ord-hero__content {
        padding-bottom: 24px;
    }

    .pel-ord-hero__visual {
        max-height: 330px;
        padding: 0 22px 22px;
    }

    .pel-ord-hero__visual img {
        min-height: 250px;
        object-position: center 55%;
    }

    .pel-ord-section {
        scroll-margin-top: 20px;
        padding-top: 34px;
    }

    .pel-ord-diffuser-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 680px) {
    .pel-ord-metrics__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pel-ord-page {
        padding: 16px 10px 10px;
    }

    .pel-ord-hero {
        min-height: 0;
        border-radius: 24px;
    }

    .pel-ord-hero__content {
        padding: 28px 22px 18px;
    }

    .pel-ord-hero .site-hero-title {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .pel-ord-hero__content > p {
        font-size: .98rem;
        text-align: justify;
    }
    .pel-ord-hero__visual {
        max-height: 190px;
        padding: 0 28px 18px;
    }

    .pel-ord-hero__visual img {
        width: min(100%, 390px);
        min-height: 0;
        max-height: 178px;
        border-radius: 18px;
    }

    .pel-ord-section__header {
        margin-bottom: 17px;
    }

    .pel-ord-section__header p,
    .pel-ord-category-card__body > p,
    .pel-ord-note p {
        text-align: justify;
    }

    .pel-ord-access-grid {
        grid-template-columns: 1fr;
    }

    .pel-ord-page .pel-ord-access-card {
        min-height: 0;
        padding: 17px;
    }

    .pel-ord-category-card {
        grid-template-columns: 1fr;
        grid-template-rows: 210px auto;
        border-radius: 22px;
    }

    .pel-ord-category-card__body {
        padding: 19px;
    }

    .pel-ord-page .pel-ord-resource-list__item {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 9px;
        align-items: center;
        padding: 10px;
    }

    .pel-ord-resource-list__type {
        justify-self: center;
    }

    .pel-ord-resource-list__action {
        grid-column: auto;
        justify-self: end;
    }

    .pel-ord-resource-list__item--unavailable .pel-ord-resource-list__action {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        max-width: none;
        margin: 0;
        padding: 4px 6px;
        border-radius: 999px;
        background: #eee9f0;
        font-size: .58rem;
        white-space: nowrap;
    }

    .pel-ord-diffusers {
        margin-top: 34px;
        padding: 20px;
        border-radius: 22px;
    }

    .pel-ord-page .pel-ord-diffuser-card {
        grid-template-columns: 100px minmax(0, 1fr) 22px;
        gap: 12px;
        min-height: 112px;
        padding: 14px;
    }

    .pel-ord-diffuser-card__logo {
        height: 72px;
    }

    .pel-ord-note {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 15px;
    }

    .pel-ord-note__icon {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 430px) {
    .pel-ord-hero__badge {
        font-size: .72rem;
    }

    .pel-ord-hero__visual {
        max-height: 190px;
    }

    .pel-ord-hero__visual img {
        min-height: 165px;
    }

    .pel-ord-page .pel-ord-access-card {
        grid-template-columns: 42px minmax(0, 1fr) 20px;
        gap: 10px;
    }

    .pel-ord-access-card__number {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .pel-ord-category-card {
        grid-template-rows: 180px auto;
    }

    .pel-ord-page .pel-ord-diffuser-card {
        grid-template-columns: 1fr;
    }

    .pel-ord-diffuser-card__logo {
        width: 100%;
    }

    .pel-ord-diffuser-card__arrow {
        display: none;
    }
}
@media (min-width: 681px) and (max-width: 1100px) {
    .pel-ord-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pel-ord-category-card__visual {
        min-height: 0;
    }

    .pel-ord-category-card__body {
        padding: 0;
    }
}

@media (max-width: 680px) {
    .pel-ord-category-grid {
        grid-template-columns: 1fr;
    }

    .pel-ord-category-card {
        display: flex;
        padding: 14px;
    }

    .pel-ord-category-card__header {
        grid-template-columns: minmax(0, 1fr) 104px;
        min-height: 122px;
    }

    .pel-ord-category-card__visual {
        width: 104px;
        height: 104px;
        min-height: 0;
    }

    .pel-ord-category-card__body {
        padding: 0;
    }
}

@media (max-width: 430px) {
    .pel-ord-category-card__header {
        grid-template-columns: minmax(0, 1fr) 88px;
    }

    .pel-ord-category-card__visual {
        width: 88px;
        height: 88px;
    }

    .pel-ord-page .pel-ord-resource-list__item {
        grid-template-columns: 32px minmax(0, 1fr) auto;
        padding: 8px;
    }

    .pel-ord-resource-list__type {
        width: 32px;
        height: 32px;
    }
}
/* Resumen reutilizable de cargos para procesos electorales históricos. */
.pel-ord-position-summary {
    margin-top: 42px;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid var(--pel-border);
    border-radius: 28px;
    background: var(--pel-surface);
    box-shadow: var(--pel-shadow);
}

.pel-ord-position-summary__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 24px;
}

.pel-ord-position-summary__header > div:first-child {
    max-width: 840px;
}

.pel-ord-position-summary__header h2 {
    margin: 4px 0 9px;
    color: var(--pel-purple-dark);
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: -.025em;
}

.pel-ord-position-summary__header p {
    margin: 0;
    color: var(--pel-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.pel-ord-position-total {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "label value" "label note";
    align-items: center;
    column-gap: 11px;
    flex: 0 0 auto;
    min-width: 158px;
    padding: 14px 19px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--pel-purple), var(--pel-magenta));
    box-shadow: 0 12px 24px rgba(83, 38, 128, .18);
}

.pel-ord-position-total > span {
    grid-area: label;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.pel-ord-position-total > strong {
    grid-area: value;
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1;
}

.pel-ord-position-total > small {
    grid-area: note;
    color: rgba(255, 255, 255, .88);
    font-size: .76rem;
    font-weight: 800;
}

.pel-ord-position-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pel-ord-position-grid--one {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

.pel-ord-position-grid--one .pel-ord-position-card ul {
    grid-template-columns: 1fr;
}
.pel-ord-position-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 920px;
    margin-inline: auto;
}
.pel-ord-position-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
    .pel-ord-position-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.pel-ord-position-card {
    display: grid;
    grid-template-rows: minmax(170px, auto) auto;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pel-border);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #fcf9fd);
}

.pel-ord-position-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    padding: 12px;
    background: linear-gradient(145deg, var(--pel-purple-soft), #fff 72%);
}

.pel-ord-position-card:nth-child(even) .pel-ord-position-card__visual {
    background: linear-gradient(145deg, var(--pel-magenta-soft), #fff 72%);
}

.pel-ord-position-card__visual img {
    display: block;
    width: min(84%, 230px);
    height: auto;
    max-height: 165px;
    object-fit: contain;
}

.pel-ord-position-card__content {
    padding: 21px;
}

.pel-ord-position-card__count {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 7px;
}

.pel-ord-position-card__count strong {
    color: var(--pel-magenta);
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1;
}

.pel-ord-position-card__count span {
    color: var(--pel-muted);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pel-ord-position-card h3 {
    margin: 0 0 15px;
    color: var(--pel-purple-dark);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.3;
}

.pel-ord-position-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pel-ord-position-card li {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid var(--pel-border);
    border-radius: 14px;
    background: #fff;
}

.pel-ord-position-card li strong {
    color: var(--pel-purple);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.1;
}

.pel-ord-position-card li span {
    margin-top: 4px;
    color: var(--pel-muted);
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .pel-ord-position-summary__header {
        align-items: flex-start;
    }

    .pel-ord-position-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pel-ord-position-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .pel-ord-position-summary {
        margin-top: 28px;
        padding: 18px;
        border-radius: 23px;
    }

    .pel-ord-position-summary__header {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 18px;
    }

    .pel-ord-position-summary__header p {
        text-align: justify;
    }

    .pel-ord-position-total {
        width: 100%;
        max-width: 230px;
    }

    .pel-ord-position-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pel-ord-position-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .pel-ord-position-card {
        grid-template-rows: minmax(145px, auto) auto;
        border-radius: 21px;
    }

    .pel-ord-position-card__visual {
        min-height: 145px;
        padding: 10px;
    }

    .pel-ord-position-card__visual img {
        width: min(80%, 210px);
        max-height: 140px;
    }

    .pel-ord-position-card__content {
        padding: 18px;
    }
}

@media (max-width: 430px) {
    .pel-ord-position-summary {
        padding: 15px;
    }

    .pel-ord-position-card {
        grid-template-rows: minmax(125px, auto) auto;
    }

    .pel-ord-position-card__visual {
        min-height: 125px;
    }

    .pel-ord-position-card__visual img {
        width: min(78%, 190px);
        max-height: 120px;
    }

    .pel-ord-position-card ul {
        grid-template-columns: 1fr;
    }
}
