/* NOTE: Keep dependent bundle options understandable before their parent choice is selected. */
.catalog-product-view .ob-field.hoob-dependent-option--waiting {
    display: block !important;
    opacity: 0.72;
}

.catalog-product-view .hoob-dependent-option--waiting select {
    background-color: #f4f4f4;
    color: #555555;
    cursor: not-allowed;
}

body.catalog-product-view .product-options-wrapper .fieldset .hoob-dependent-option--waiting::after {
    display: block !important;
    clear: none !important;
    margin-top: 8px;
    color: #555555;
    content: attr(data-hoob-guidance) !important;
    font-size: 14px;
    line-height: 1.4;
}
