.face-shape-entry {
    max-width: 720px;
    margin: 0 auto 18px;
    padding: 0.;
}

.face-shape-entry__link {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.face-shape-entry__link:hover,
.face-shape-entry__link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.face-shape-entry__img {
    display: block;
    width: 100%;
    height: auto;
}
