/**
 * DigiPestControl — Custom Styling & Print Media
 */

.dpc-lang-select {
    color-scheme: dark;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%235eead4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.45rem center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}

.dpc-lang-select option {
    background-color: #082026;
    color: #f4f4f5;
}

.dpc-hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media print {
    header, footer, button, .no-print {
        display: none !important;
    }
    body {
        background: white !important;
        color: black !important;
    }
    .bg-zinc-900, .bg-zinc-950 {
        background: white !important;
        border: 1px solid #ddd !important;
        color: black !important;
    }
    .text-white {
        color: black !important;
    }
    .text-zinc-400, .text-zinc-300 {
        color: #555 !important;
    }
    .text-emerald-400 {
        color: #047857 !important;
    }
}
