/* Normal WordPress sidebar presentation: no floating overlay, no fixed positioning. */
.opl-widget,
.opl-right-sidebar-widget {
    position: static !important;
    width: 100%;
    max-width: var(--opl-width, 320px);
    box-sizing: border-box;
    margin: 0 0 20px;
    color: #ffffff !important;
    font-family: inherit;
}

.opl-widget-inner {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 0;
    padding: 16px 18px;
    box-shadow: none;
}

.opl-widget h2 {
    margin: 0 0 10px;
    color: #ffffff !important;
    background: #ffffff !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    padding: 0;
}

.opl-widget ul { margin: 0; padding: 0; list-style: none; }
.opl-widget li { margin: 0; padding: 0; border-top: 1px solid #ffffff !important; }
.opl-widget li:first-child { border-top: 0 !important; }
.opl-widget a {
    display: block;
    padding: 8px 0;
    color: #ffffff !important;
    background: #ffffff !important;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.opl-widget a:hover,
.opl-widget a:focus {
    color: #ffffff !important;
    background: #ffffff !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .opl-widget,
    .opl-right-sidebar-widget { width: 100%; max-width: 100%; margin-bottom: 16px; }
    .opl-widget-inner { padding: 13px 15px; }
    .opl-widget h2 { font-size: 16px; }
    .opl-widget a { font-size: 13px; padding: 7px 0; }
    .opl-hide-mobile { display: none !important; }
}
