/*
 * BSF catalog colors use WooCommerce's native product gallery. Keep the
 * thumbnails untouched and show the currently selected color beside the
 * product identity in the summary column.
 */
.bsfpc-selected-color {
    margin: 0.35rem 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.bsfpc-feature-sheet {
    margin-top: 2rem;
}

.bsfpc-feature-sheet h2 {
    margin-bottom: 1rem;
}

.bsfpc-feature-sheet a {
    display: block;
}

.bsfpc-feature-sheet-image {
    display: block;
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
