.awards-page {
    padding: 100px 0 3rem;
    background: #fff;
}

.awards-detail__title {
    color: #fb0a01;
    font-size: 2.5rem;
    font-family: zlb;
    margin-bottom: 2rem;
}

.awards-detail__frame {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 2rem;
    overflow: hidden;
    border-radius: 4px;
}

.awards-detail__border {
    position: absolute;
    inset: 0;
    background: #e16111;
    z-index: 0;
    pointer-events: none;
}

.awards-detail__border .awards-ornament-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.awards-detail__img-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    padding: 1.25rem;
}

.awards-detail__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.awards-detail__heading {
    color: #fb0a01;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: zlb;
    max-width: 700px;
    margin: 0 auto 1rem;
}

.awards-detail__desc {
    color: #4d4d4d;
    font-size: 0.95rem;
    font-family: jkt;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.awards-detail__desc p {
    margin-bottom: 1rem;
}

.awards-detail__share {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.awards-detail__share-label {
    font-family: jkt;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.9rem;
}

.awards-detail__share-icons {
    display: flex;
    gap: 0.6rem;
}

.awards-detail__share-icons a {
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-decoration: none;
    transition: transform 0.3s;
}

.awards-detail__share-icons a:hover {
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    .awards-detail__title {
        font-size: 1.8rem;
        padding: 0 1rem;
        margin-bottom: 1.5rem;
    }

    .awards-page .container {
        padding: 0 1rem;
    }

    .awards-detail__heading {
        font-size: 1.1rem;
    }

    .awards-detail__desc {
        font-size: 0.85rem;
    }
}
