.ib-academy-evaluations-phase20 .ib-academy-internal-hero-phase18 {
    background:
        linear-gradient(90deg, rgba(3, 22, 54, .98) 0%, rgba(3, 22, 54, .92) 44%, rgba(3, 22, 54, .58) 72%, rgba(3, 22, 54, .38) 100%),
        url("../images/unified-hubs/academy-hero.webp") center 42% / cover no-repeat;
}

.ib-academy-evaluation-grid-phase20 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ib-academy-evaluation-card-phase20 {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--ib-academy-18-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--ib-academy-18-shadow);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ib-academy-evaluation-card-phase20:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 130, 32, .34);
    box-shadow: 0 22px 48px rgba(3, 22, 54, .11);
}

.ib-academy-evaluation-card-phase20__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ib-academy-evaluation-card-phase20__top > span {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 14px;
    color: var(--ib-academy-18-orange);
    background: #fff0e3;
    font-size: 12px;
    font-weight: 950;
}

.ib-academy-evaluation-card-phase20__top > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.ib-academy-evaluation-card-phase20__top small,
.ib-academy-evaluation-card-phase20__type {
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--ib-academy-18-muted);
    background: #eef2f6;
    font-size: 10px;
    font-weight: 850;
}

.ib-academy-evaluation-card-phase20__type {
    display: block;
    width: fit-content;
    margin-top: 18px;
    color: #a84d09;
    background: #fff0e3;
}

.ib-academy-evaluation-card-phase20 h3 {
    margin: 20px 0 10px;
    color: var(--ib-academy-18-navy);
    font-size: 20px;
    line-height: 1.7;
}

.ib-academy-evaluation-card-phase20__summary {
    margin: 0;
    color: var(--ib-academy-18-muted);
    font-size: 12px;
    line-height: 2;
}

.ib-academy-evaluation-card-phase20 dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 16px;
}

.ib-academy-evaluation-card-phase20 dl > div {
    padding: 13px;
    border: 1px solid var(--ib-academy-18-line);
    border-radius: 15px;
    background: #f8fafc;
}

.ib-academy-evaluation-card-phase20 dt {
    color: var(--ib-academy-18-muted);
    font-size: 10px;
    font-weight: 850;
}

.ib-academy-evaluation-card-phase20 dd {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 5px 0 0;
}

.ib-academy-evaluation-card-phase20 dd strong {
    color: var(--ib-academy-18-navy);
    font-size: 19px;
    line-height: 1;
}

.ib-academy-evaluation-card-phase20 dd span {
    color: var(--ib-academy-18-muted);
    font-size: 9px;
    font-weight: 800;
}

.ib-academy-evaluation-card-phase20__status {
    min-height: 76px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: auto;
    padding: 13px;
    border: 1px solid #dbe7f3;
    border-radius: 16px;
    background: #f4f8fc;
}

.ib-academy-evaluation-card-phase20__status > span {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border: 3px solid #c7e4d2;
    border-radius: 50%;
    background: #2b9961;
    box-sizing: content-box;
}

.ib-academy-evaluation-card-phase20__status strong {
    display: block;
    color: var(--ib-academy-18-navy);
    font-size: 10px;
    font-weight: 950;
}

.ib-academy-evaluation-card-phase20__status p {
    margin: 3px 0 0;
    color: var(--ib-academy-18-muted);
    font-size: 10px;
    line-height: 1.8;
}

.ib-academy-evaluation-card-phase20__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 20px;
    color: var(--ib-academy-18-orange);
    font-size: 11px;
    font-weight: 950;
    text-decoration: none;
}

.ib-academy-evaluation-card-phase20__action span {
    transition: transform .2s ease;
}

.ib-academy-evaluation-card-phase20__action:hover span {
    transform: translateX(-4px);
}

@media (max-width: 1100px) {
    .ib-academy-evaluation-grid-phase20 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .ib-academy-evaluations-phase20 .ib-academy-internal-hero-phase18 {
        background:
            linear-gradient(180deg, rgba(3, 22, 54, .88), rgba(3, 22, 54, .97)),
            url("../images/unified-hubs/academy-hero.webp") center / cover no-repeat;
    }
}

@media (max-width: 620px) {
    .ib-academy-evaluation-grid-phase20 {
        grid-template-columns: 1fr;
    }

    .ib-academy-evaluation-card-phase20 {
        min-height: 0;
        padding: 20px;
    }
}
