.album-overview {
    margin-bottom: 50px;
}

.album-overview__title {
    margin-bottom: 10px;
}

.album-overview__description {
    margin: 0 0 30px;
    line-height: 1.6;
}

.album-overview__description img {
    max-width: 100%;
    height: auto;
}

.album-overview__variants-title {
    margin: 0 0 20px;
    font-size: 2rem;
}

.album-overview__options {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    align-items: stretch;
}

.album-overview__options > li {
    display: flex;
}

.album-overview__option {
    margin: 0;
}

.album-overview__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.album-overview__link:hover,
.album-overview__link:focus {
    border-color: #b3b3b3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
    text-decoration: none;
}

.album-overview__image {
    display: block;
    margin-bottom: 15px;
}

.album-overview__image img {
    max-width: 100%;
    height: auto;
}

.album-overview__label {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.album-overview__price {
    display: block;
    font-size: 1.5rem;
    margin-top: auto;
}
