.vcsh-product-details {
    margin: 22px 0;
    color: #111;
}

.vcsh-audio-preview {
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid currentColor;
    border-radius: 6px;
}

.vcsh-audio-preview span {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.vcsh-audio-preview audio,
.vcsh-stems-card audio {
    width: 100%;
}

.vcsh-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.vcsh-meta-grid div {
    padding: 10px;
    border: 1px solid currentColor;
    border-radius: 6px;
}

.vcsh-meta-grid dt {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.vcsh-meta-grid dd {
    margin: 0;
}

.vcsh-pack-list {
    margin-bottom: 18px;
}

.vcsh-pack-list h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.vcsh-pack-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcsh-pack-list li {
    padding: 10px;
    border: 1px solid currentColor;
    border-radius: 6px;
    font-weight: 700;
}

.vcsh-license-notice,
.vcsh-license-tab {
    border-left: 4px solid #111;
    padding: 12px 14px;
    background: #f7f7f7;
    font-weight: 700;
}

.vcsh-stems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.vcsh-stems-card {
    border: 1px solid #111;
    border-radius: 6px;
    padding: 14px;
    background: #fff;
}

.vcsh-card-image {
    display: block;
    margin-bottom: 12px;
    background: #111;
}

.vcsh-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.vcsh-stems-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.vcsh-card-price {
    margin-bottom: 10px;
    font-weight: 800;
}

.vcsh-card-button {
    margin-top: 12px;
}
