.techaudit-notify-button {
    min-height: 44px;
    cursor: pointer;
}

.techaudit-hours {
    margin: 12px 0;
    line-height: 1.5;
}

.techaudit-dialog {
    width: min(520px, calc(100% - 32px));
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: #1f2520;
    background: #fff;
}

.techaudit-dialog::backdrop {
    background: rgba(16, 24, 18, .56);
}

.techaudit-dialog__content {
    padding: 28px;
}

.techaudit-dialog__content h2 {
    margin: 0 40px 8px 0;
    text-wrap: balance;
}

.techaudit-dialog__close-form {
    position: absolute;
    top: 8px;
    right: 8px;
}

.techaudit-dialog__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #1f2520;
    font-size: 28px;
    cursor: pointer;
}

.techaudit-field {
    display: block;
    margin: 14px 0;
}

.techaudit-field span {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.techaudit-field input {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

.techaudit-dialog__hint,
.techaudit-dialog__status {
    margin: 8px 0 14px;
}

.techaudit-dialog__status.is-error {
    color: #a02020;
}

.techaudit-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.techaudit-empty-state {
    max-width: 720px;
    padding: 24px;
    border-radius: 12px;
    background: #f3f6f3;
}

.techaudit-empty-state h2 {
    margin-top: 0;
    text-wrap: balance;
}

.techaudit-empty-state__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.techaudit-empty-state__search {
    max-width: 520px;
}

.techaudit-empty-state__search label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.techaudit-empty-state__search > div {
    display: flex;
    gap: 8px;
}

.techaudit-empty-state__search input {
    min-width: 0;
    min-height: 44px;
    flex: 1;
}

.techaudit-filter-more {
    min-height: 40px;
    margin-top: 8px;
    padding: 6px 0;
    border: 0;
    border-bottom: 1px dashed currentColor;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.techaudit-mobile-children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.techaudit-mobile-category {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
}

.techaudit-mobile-category > a {
    flex: 1;
}

.techaudit-mobile-category__toggle {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.techaudit-mobile-children[hidden] {
    display: none !important;
}

[data-techaudit-buy][hidden],
[data-techaudit-quantity][hidden],
[data-techaudit-one-click][hidden],
[data-techaudit-product-notify][hidden] {
    display: none !important;
}

.techaudit-mobile-children .techaudit-mobile-children {
    width: 100%;
    padding-left: 16px;
}

@media (max-width: 520px) {
    .techaudit-empty-state__search > div {
        align-items: stretch;
        flex-direction: column;
    }
}

*:focus-visible {
    outline: 3px solid #1f6f3e;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
