.content-section 
{
    margin-bottom: 40px;
    padding: 20px;
    line-height: 1.8;
}
.content-section h4
{
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
}
.highlight-box
{
    background: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #28a745;
    margin: 25px 0;
    line-height: 1.8;
}
ul.clean-list
{
    margin-top: 15px;
    padding-left: 20px;
}
ul.clean-list li
{
    margin-bottom: 10px;
}
.divider
{
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}
.day-popup-overlay
{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;             /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.day-popup-box
{
    position: relative; 
    background: #fff;
    width: 90%;
    max-width: 450px;
    padding: 40px 25px 25px 25px; /* bigger top padding due to X button */
    border-radius: 12px;
    text-align: center;
}

.day-option-btn
{
    width: 100%;
    margin: 8px 0;
    padding: 14px;
    font-size: 16px;
    background: #28a745;
    color: #fff;
    border-radius: 10px;
    border: none;
}

.close-day-popup
{
    margin-top: 15px;
    padding: 8px 20px;
    background: #555;
    color: #fff;
    border-radius: 8px;
    border: none;
}
.close-x
{
    position: absolute;
    top: 10px;
    right: 12px;        /* Forces right alignment */
    font-size: 32px;    /* Bigger size */
    font-weight: bold;
    color: #333;
    cursor: pointer;
    line-height: 1;
    z-index: 9999;
}

.close-x:hover
{
    color: #000;
}

fade-effect 
{
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.wc-image 
{
    transition: opacity 0.3s ease;
}
.breadcrumb-wrapper
{
    background: #f8f9fa;
    padding: 12px 0;
    margin-bottom: 20px;
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding: 0 8px;
    color: #999;
}

.breadcrumb-item a {
    color: #0066cc;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #555;
    font-weight: 600;
}
@media (min-width: 768px) 
{
    .clean-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

