.wxss-form {
    margin: 0 0 1.5em;
}

.wxss-form .wxss-panel {
    background: #d6201c;
    padding: 18px;
    border-radius: 6px;
    box-sizing: border-box;
}

.wxss-form .wxss-field {
    margin-bottom: 14px;
}

.wxss-form .wxss-field:last-of-type {
    margin-bottom: 18px;
}

.wxss-form .wxss-label {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.wxss-form .wxss-field input {
    display: block;
    width: 100%;
    background: #fff;
    color: #222;
    border: 0;
    border-radius: 3px;
    padding: 8px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: border-box;
    -moz-appearance: textfield;
}

.wxss-form .wxss-field input:focus {
    outline: 2px solid #fff;
    outline-offset: 1px;
}

.wxss-form .wxss-field input::-webkit-outer-spin-button,
.wxss-form .wxss-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wxss-form .wxss-error {
    background: #fff;
    color: #8a0000;
    padding: 8px 10px;
    margin: 0 0 12px;
    border-left: 4px solid #8a0000;
    font-size: 13px;
    font-weight: 600;
}

.wxss-form .wxss-error[hidden] {
    display: none;
}

.wxss-form .wxss-actions {
    text-align: center;
    margin-top: 4px;
}

.wxss-form .wxss-submit {
    background: #e6e22a;
    color: #111;
    border: 0;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    line-height: 1;
}

.wxss-form .wxss-submit:hover {
    filter: brightness(0.95);
}

.wxss-form .wxss-submit:focus-visible {
    outline: 3px solid #111;
    outline-offset: 2px;
}

.wxss-form .wxss-clear {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: underline;
}

.wxss-form .wxss-clear:hover,
.wxss-form .wxss-clear:focus {
    text-decoration: none;
    color: #fff;
}

.wxss-results-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5em 1em 3em;
}

.wxss-results-header {
    margin: 0 0 1.5em;
}

.wxss-results-heading {
    font-size: 1.6em;
    line-height: 1.2;
    margin: 0 0 0.25em;
}

.wxss-results-count {
    margin: 0;
    color: #555;
    font-size: 0.95em;
}

.wxss-results-wrap .page-numbers {
    display: inline-block;
    padding: 4px 10px;
    margin: 1em 4px 0 0;
    border: 1px solid #ccc;
    text-decoration: none;
}

.wxss-results-wrap .page-numbers.current {
    background: #222;
    color: #fff;
    border-color: #222;
}

.wxss-no-results {
    padding: 1.5em;
    background: #f6f6f6;
    border-left: 4px solid #d6201c;
}

.wxss-clear-link {
    text-decoration: underline;
}
