.brandbooklogo {
    background: url('/content/brandbook/imageshopdemo/img/brandbooklogo.png') no-repeat 0 0 transparent;
    display: block;
    width: 228px;
    height: 44px;
}

.feature-section .feature-box.noimage a img {
    border: 1px solid #ccc;
}

.brandbook-radio-list label {
    margin-left: 10px;
}

.brandbook-radio-list input[type="checkbox"] {
    margin-left: 30px;
}

    .brandbook-radio-list input[type="checkbox"].first-visible {
    margin-left: 0;
}



.accordion li a.add-subpage:hover {
    font-weight: bold;
}

.hidden {
    display: none;
}

#banner-editor {
    display: flex;
    gap: 16px; /* Optional: space between boxes */
    margin-bottom: 15px;
    margin-top: 5px;
}

#banner-editor .banner-box {
    /* Optional: set a width if needed */
    /* width: 200px; */
}

#banner-view {
    margin-bottom: 10px;
}

#banner-view {
    width: 100%;
    /* height: auto;  // Let content define height */
    position: relative;
    margin-bottom: 60px;
    margin-top: 20px;
}

    #banner-view img,
    #banner-view video {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain; /* Ensures aspect ratio is preserved */
        max-height: 100%;
    }
