.ascw-wrap {
    font-size: 16px;
    line-height: 1.6;
}

.ascw-toggle {
    color: #f26a21;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.ascw-toggle:hover {
    text-decoration: underline;
}

.ascw-toggle:focus-visible {
    outline: 2px solid currentColor;
    border-radius: 2px;
    outline-offset: 2px;
}

/* ── Responsive: show only the correct breakpoint div ── */
.ascw-tablet  { display: none; }
.ascw-mobile  { display: none; }
.ascw-desktop { display: block; }

@media (max-width: 1024px) {
    .ascw-desktop { display: none; }
    .ascw-tablet  { display: block; }
    .ascw-mobile  { display: none; }
}

@media (max-width: 767px) {
    .ascw-desktop { display: none; }
    .ascw-tablet  { display: none; }
    .ascw-mobile  { display: block; }
}
