.ps-searching-card {
    background: transparent !important;
    border: 0 !important;
}

.ps-searching {
    --ps-ink: #1e1e1a;
    --ps-muted: rgba(30, 30, 26, .62);
    --ps-border: rgba(30, 30, 26, .14);
    --ps-shadow: 0 14px 30px rgba(30, 30, 26, .06);
    --ps-shadow-strong: 0 10px 22px rgba(30, 30, 26, .18);
    --ps-radius: 999px;

    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 6px 4px 2px;
}

.ps-search-title {
    margin: 0 0 6px 0;
    font-weight: 700;
    color: var(--ps-ink);
}

.ps-search-help {
    margin: 0 auto 14px auto;
    color: var(--ps-muted);
    max-width: 720px;
}

.ps-search-topwrap {
    max-width: 1200px;
    margin: 0 auto;
}

.ps-search-row {
    display: flex;
    justify-content: center;
}

.ps-searchbar {
    position: relative;
    width: min(1100px, 100%);
}

.ps-searchbar .form-group {
    margin: 0 !important;
}

.ps-searchbar .shiny-input-container {
    width: 100% !important;
    max-width: none !important;
}

.ps-searchbar input.form-control {
    width: 100% !important;
    height: 54px;
    border-radius: var(--ps-radius);
    padding: 12px 64px 12px 48px;
    font-size: 1rem;
    border: 1px solid var(--ps-border);
    background: #ffffff;
    box-shadow: var(--ps-shadow);
}

.ps-searchbar input.form-control:focus {
    border-color: rgba(30, 30, 26, .24);
    box-shadow: 0 16px 34px rgba(30, 30, 26, .10);
}

.ps-searchbar::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    opacity: .55;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231e1e1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    pointer-events: none;
}

.ps-search-go {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px;
    border: 0 !important;
    background: #11110f !important;
    color: #ffffff !important;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--ps-shadow-strong);
    padding: 0 !important;
}

.ps-search-go:hover {
    filter: brightness(1.05);
}

.ps-search-go:active {
    transform: translateY(-50%) scale(0.98);
}

.ps-sort-row {
    display: flex;
    justify-content: center !important;
    margin-top: 10px;
}

.ps-sort {
    width: min(420px, 100%);
    text-align: left;
}

.ps-sort-label {
    font-size: .85rem;
    color: var(--ps-muted);
    margin-bottom: 6px;
}

.ps-sort .form-group {
    margin: 0 !important;
}

.ps-sort select.form-select,
.ps-sort select.form-control {
    width: 100%;
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--ps-border);
    background: #ffffff;
    box-shadow: var(--ps-shadow);
    padding-left: 12px;
}

.ps-example-row {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.ps-pill {
    border-radius: 14px !important;
    border: 1px solid var(--ps-border) !important;
    background: rgba(255, 255, 255, .65) !important;
    color: rgba(30, 30, 26, .55) !important;
    padding: 10px 14px !important;
    box-shadow: none !important;
}

.ps-pill:hover {
    background: #ffffff !important;
    color: rgba(30, 30, 26, .78) !important;
}

.ps-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
    align-items: end;
    justify-items: center;
}

@media (max-width: 900px) {
    .ps-meta-row {
        grid-template-columns: 1fr;
    }
}

.ps-control-n .form-group {
    margin: 0 !important;
}

.ps-control-n input.form-control {
    width: min(420px, 100%);
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--ps-border);
    background: #ffffff;
    box-shadow: var(--ps-shadow);
}

.ps-control-url .form-check {
    margin: 0;
    padding-top: 28px;
}

.ps-requrl {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--ps-border);
    background: rgba(255, 255, 255, .6);
    white-space: pre-wrap;
    text-align: left;
}

.ps-status {
    margin-top: 12px;
    color: var(--ps-muted);
}

.ps-results {
    margin-top: 10px;
}

.ps-searching .dataTables_wrapper .dataTables_filter input {
    border-radius: 12px;
    border: 1px solid var(--ps-border);
}

.ps-searching .form-group {
    align-items: center;
}

.ps-searching input,
.ps-searching select {
    margin-left: auto;
    margin-right: auto;
}