/* Style for the LEFT-ALIGNED Separator Bar in a Banner */
.banner-separator-container {
    width: 100%;
    text-align: left; /* Change to 'right' for right alignment */
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-separator-bar {
    height: 5px; 
    width: 100%; /* Adjust this length */
    background-color: #f9a62e;
    border-radius: 5px; 
    display: inline-block
