.awv-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.awv-main-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;

    margin: 0 0 24px 0;
    color: #333;
}

.awv-group-image-wrap {
    margin: 0 0 28px 0;
    text-align: center;
}

.awv-group-image {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.awv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.awv-card {
    border: 3px solid #2e59a2;
    background: #ffffff;
    padding: 18px 0px 18px 0px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.awv-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 18px;
}

.awv-icon {
    flex: 0 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.awv-icon img {
    width: 80px;
    height: auto;
    object-fit: contain;
    display: block;
}

.awv-head-text {
    flex: 1 1 auto;
    min-width: 0;
}

.awv-category {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6px;
    color: #222;
    line-height: 1.3;
}

.awv-subcategory {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    color: #333;
    line-height: 1.35;
}

.awv-exaequo {
    font-size: 0.8rem;
    font-weight: 700;
    color: #b91c1c;
    /* rosso elegante */
    text-align: center;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.awv-logo-area {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    text-align: center;
    background: #ffffff;
    padding: 0px 18px;

}

.awv-logo {
    max-width: 100%;
    max-height: 110px;
    height: auto;
    display: block;
}

.awv-candidate-name {
    font-size: 2.4rem;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 800;
    color: #2e59a2;
    line-height: 1.25;
}

.awv-award-image-wrap {
    margin-bottom: 14px;
    text-align: center;
}

.awv-award-image {
    width: 100%;
    height: auto;
    display: block;
}

.awv-motivation {
    font-size: 0.94rem;
    line-height: 1.6;
    color: #111;
    font-style: italic;
    padding: 0px 18px;
}

@media (max-width: 767px) {
    .awv-grid {
        grid-template-columns: 1fr;
    }
}