span.faq-customswifty-import{
    margin-left: 4px;
    padding: 8px 13px;
    position: relative;
    top: 0;
    text-decoration: none;
    border-radius: 3px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    background: #db851a;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    text-decoration: none;
}
span#export-faq,
span#import-faq,
#bulk-delete-faq{
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
}
#bulk-delete-faq{
    padding: 11px 15px;
    background: #db851a;
    border-color: #db851a !important;
}
button#export-faq,
button#import-faq,
button#bulk-delete-faq,
button#save-sorted-faq-list {
    border: 0;
}
.faq-import-popup {
    display: block;
    position: fixed;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
}
.faq-import-popup .popup-body {
    width: 100%;
    max-width: 860px;
    min-height: 280px;
    max-height: 90vh;
    height: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 25px;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    overflow-x: hidden;
}
.faq-import-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.faq-popup-close {
    font-size: 30px;
    position: absolute;
    line-height: 24px;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 1px;
    right: 1px;
    transform: rotate(45deg);
    cursor: pointer;
    color: #ff0000;
}
div#faq_file_upload select {
    width: 60%;
    border: 1px solid #000 !important;
    padding: 10px;
}
.faq-table-wrapper {
    width: 100%;
    max-width: 1080px;
    padding: 30px;
}
.faq-table-header {
    width: 100%;
    background: #fff;
    border: 1px solid;
    font-size: 0;
    box-sizing: border-box;
}
.faq-table-header > div, .faq-row > div {
    font-size: 18px;
    display: inline-block;
    width: 16.66%;
    vertical-align: top;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    border-right: 2px solid #cdcdcd;
}
.faq-table-header > div.edit-status {
    display: none;
}
.faq-table-header > div.faq-availability, .faq-row > div.faq-availability {
    border: none;
}
.faq-row > div.edit-status {
    display: none;
}
.faq-row {
    font-size: 0;
    border: 1px solid;
    border-top: none;
    box-sizing: border-box;
}
.faq-row.no-search {
    display: none;
}
.faq-row > div input[type="text"] {
    text-align: center;
    padding: 5px !important;
    line-height: 1 !important;
    height: auto !important;
}
.faq-availability input[type="checkbox"] {
    margin-top: 10px;
}
div#faq_file_upload label {
    display: inline-block;
    text-align: left;
    width: 36%;
    vertical-align: middle;
    margin: 15px 0;
    color: #000;
}
div#faq_file_upload label.upload-label {
    margin: 0;
    padding: 15px 35px;
    background: #75c377;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
    width: auto;
}
#faq_file_input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0 !important;
    margin: 0 !important;
}
.import-result-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
}

.import-result-message.loading {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.import-result-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.import-result-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.table_header.colmn-question, .table_small.colmn-question {
    width: 20%;
}
@media (max-width: 1280px) {
    .btn.faq-save-btn{
        font-size: 10px !important;
        padding: 8px 8px !important;
    }
    span#export-faq, span#import-faq, #bulk-delete-faq{
        font-size: 11px;
        padding: 15px 10px;
        margin: 0 3px;
    }
    #bulk-delete-faq {
        padding: 11px 5px;
    }
}
@media (max-width: 1180px) {
    span#export-faq, span#import-faq, #bulk-delete-faq{
        font-size: 9px;
    }
}

body.cpt-list-faq .right-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

body.cpt-list-faq .right-btn-wrap .faq-option-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    position: relative;
}

body.cpt-list-faq .right-btn-wrap .faq-ai-scroll-btn {
    margin-left: 0;
}

body.cpt-list-faq .faq-toolbar-btn {
    min-height: 42px;
    line-height: 1.2;
}

body.cpt-list-faq .faq-actions-menu {
    position: relative;
}

body.cpt-list-faq .faq-actions-menu__trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
    color: #173148;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(21, 38, 58, 0.06);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.cpt-list-faq .faq-actions-menu__trigger::after {
    content: '▾';
    color: #6a788a;
    font-size: 11px;
}

body.cpt-list-faq .faq-actions-menu.is-open .faq-actions-menu__trigger,
body.cpt-list-faq .faq-actions-menu__trigger:hover {
    border-color: rgba(36, 87, 120, 0.24);
    box-shadow: 0 10px 20px rgba(21, 38, 58, 0.08);
}

body.cpt-list-faq .faq-actions-menu__trigger.has-selection {
    background: #fff6ea;
    border-color: rgba(196, 107, 22, 0.24);
    color: #9a611f;
}

body.cpt-list-faq .faq-actions-menu__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #c46b16;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

body.cpt-list-faq .faq-actions-menu__trigger::after {
    content: '\25BE';
}

body.cpt-list-faq .faq-actions-menu__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(280px, calc(100vw - 32px));
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(21, 38, 58, 0.08);
    box-shadow: 0 20px 48px rgba(14, 23, 35, 0.18);
    display: grid;
    gap: 6px;
    z-index: 30;
}

body.cpt-list-faq .faq-actions-menu__panel[hidden] {
    display: none;
}

body.cpt-list-faq .faq-actions-menu__panel button#export-faq,
body.cpt-list-faq .faq-actions-menu__panel button#import-faq,
body.cpt-list-faq .faq-actions-menu__panel button#bulk-delete-faq {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 12px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #173148;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    text-transform: none;
    white-space: normal;
    box-shadow: none;
}

body.cpt-list-faq .faq-actions-menu__panel button#export-faq:hover,
body.cpt-list-faq .faq-actions-menu__panel button#import-faq:hover,
body.cpt-list-faq .faq-actions-menu__panel button#bulk-delete-faq:hover {
    background: #f5f8fb;
    color: #173148;
}

body.cpt-list-faq .faq-actions-menu__panel button#bulk-delete-faq {
    color: #a43f33;
    background: #fff5f4;
}

body.cpt-list-faq .faq-actions-menu__panel button#bulk-delete-faq:hover {
    background: #fee9e6;
    color: #933429;
}

body.cpt-list-faq .faq-actions-menu__panel button#bulk-delete-faq[disabled] {
    background: #faf7f6;
    color: #bf9a94;
    cursor: not-allowed;
}

body.cpt-list-faq span#export-faq,
body.cpt-list-faq span#import-faq,
body.cpt-list-faq #bulk-delete-faq {
    margin: 0;
    border: 0;
}

body.cpt-list-faq button#export-faq,
body.cpt-list-faq button#import-faq,
body.cpt-list-faq button#save-sorted-faq-list {
    margin: 0;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

body.cpt-list-faq span#export-faq {
    background: #245778;
}

body.cpt-list-faq span#import-faq {
    background: #c46b16;
}

body.cpt-list-faq button#export-faq {
    background: #245778;
}

body.cpt-list-faq button#import-faq {
    background: #c46b16;
}

body.cpt-list-faq button#save-sorted-faq-list {
    background: #fff;
    color: #cb8027;
    border: 2px solid #cb8027;
}

body.cpt-list-faq button#save-sorted-faq-list:hover {
    background: #fea628;
    color: #fff;
    border-color: #fea628;
}

body.cpt-list-faq #bulk-delete-faq[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

body.cpt-list-faq .main_page.flex-wrap {
    padding-top: 0;
}

body.cpt-list-faq .head_1 {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 0 0 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: transparent;
    z-index: auto;
}

body.cpt-list-faq .head_1 .webpgs-show-titl {
    margin: 0;
}

body.cpt-list-faq .head_1 .right-btn-wrap {
    width: 100%;
    justify-content: flex-end;
}

body.cpt-list-faq .head_1 .visit-btn {
    margin-left: 0;
}

body.cpt-list-faq .head_1 .visit-btn .visit-btn-1,
body.cpt-list-faq .head_1 .faq-ai-scroll-btn,
body.cpt-list-faq .head_1 #bulk-delete-faq {
    min-height: 42px;
    padding: 10px 14px;
    margin-left: 0;
    font-size: 12px;
}

body.cpt-list-faq .head_1 .visit-btn .visit-btn-1 a {
    font-size: 12px;
}

body.cpt-list-faq .list-wrap {
    margin-top: 0;
    padding-top: 0;
}

body.cpt-list-faq .swifty-faq-studio {
    margin: 16px 0 16px;
    padding: 12px 16px;
    border-radius: 14px;
    background:
        radial-gradient(circle at top left, rgba(254, 166, 40, 0.18), transparent 32%),
        linear-gradient(140deg, #f7efe2 0%, #ffffff 48%, #f4f7fb 100%);
    border: 1px solid rgba(203, 128, 39, 0.14);
    box-shadow: 0 8px 18px rgba(35, 45, 65, 0.05);
}

body.cpt-list-faq .swifty-faq-studio__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0;
}

body.cpt-list-faq .swifty-faq-studio__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(203, 128, 39, 0.14);
    color: #9a611f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.cpt-list-faq .swifty-faq-studio__copy {
    flex-shrink: 0;
}

body.cpt-list-faq .swifty-faq-studio__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 150px));
    gap: 8px;
}

body.cpt-list-faq .swifty-faq-browser {
    display: grid;
    gap: 14px;
    margin: 18px 0 16px;
}

body.cpt-list-faq .swifty-faq-side-shell .sidebar.sub_menu {
    padding-top: 10px;
}

body.cpt-list-faq .swifty-faq-sidebar-links {
    gap: 4px;
    margin-bottom: 14px;
}

body.cpt-list-faq .swifty-faq-sidebar-links .nav-link {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: left;
}

body.cpt-list-faq .swifty-faq-sidebar-links .nav-link span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
}

body.cpt-list-faq .swifty-faq-sidebar-links .nav-link span.active,
body.cpt-list-faq .swifty-faq-sidebar-links .nav-link:hover span {
    background: #fff5de;
    color: #173148;
}

body.cpt-list-faq .swifty-faq-sidebar-links .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(21, 38, 58, 0.08);
    color: #173148;
    font-size: 11px;
    font-weight: 700;
}

body.cpt-list-faq .swifty-faq-browser .swifty-faq-toolbar {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr) auto;
    gap: 14px;
    align-items: end;
}

body.cpt-list-faq .swifty-faq-toolbar__meta {
    align-self: center;
    padding-bottom: 10px;
}

body.cpt-list-faq .swifty-faq-metric-card {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(36, 87, 120, 0.08);
    box-shadow: 0 5px 12px rgba(26, 35, 55, 0.03);
}

body.cpt-list-faq .swifty-faq-metric-card__label {
    display: block;
    margin-bottom: 6px;
    color: #6c798b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cpt-list-faq .swifty-faq-metric-card__value {
    color: #15263a;
    font-size: 22px;
    line-height: 1;
}

body.swifty-faq-popup-open {
    overflow: hidden;
}

body.cpt-list-faq .swifty-faq-generator-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(14, 23, 35, 0.52);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 99999;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.cpt-list-faq .swifty-faq-generator-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.cpt-list-faq .swifty-faq-generator-popup__dialog {
    position: relative;
    width: min(920px, 100%);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

body.cpt-list-faq .swifty-faq-generator-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #fff3ef;
    color: #bf4a36;
    font-size: 26px;
    line-height: 1;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 2;
}

body.cpt-list-faq .swifty-faq-generator-panel {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(21, 38, 58, 0.08);
    box-shadow: 0 26px 60px rgba(14, 23, 35, 0.18);
}

body.cpt-list-faq .swifty-faq-generator-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

body.cpt-list-faq .swifty-faq-generator-panel__header h4 {
    margin: 0 0 8px;
    color: #15263a;
    font-size: 22px;
}

body.cpt-list-faq .swifty-faq-generator-panel__header p {
    margin: 0;
    color: #647286;
    font-size: 14px;
}

body.cpt-list-faq .swifty-faq-api-status {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.cpt-list-faq .swifty-faq-api-status.is-ready {
    background: rgba(69, 171, 107, 0.12);
    color: #21814b;
}

body.cpt-list-faq .swifty-faq-api-status.is-missing {
    background: rgba(197, 74, 69, 0.12);
    color: #9f2f2b;
}

body.cpt-list-faq .swifty-faq-inline-message {
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.65;
}

body.cpt-list-faq .swifty-faq-inline-message.is-warning {
    background: #fff4e6;
    color: #8f5514;
    border: 1px solid rgba(196, 107, 22, 0.18);
}

body.cpt-list-faq .swifty-faq-generator-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.cpt-list-faq .swifty-faq-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.cpt-list-faq .swifty-faq-choice-list {
    display: grid;
    gap: 10px;
}

body.cpt-list-faq .swifty-faq-field label {
    color: #344658;
    font-size: 13px;
    font-weight: 700;
}

body.cpt-list-faq .swifty-faq-field select,
body.cpt-list-faq .swifty-faq-field input[type="search"]:not(.select2-search__field) {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
    color: #223348;
    font-size: 14px;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.03);
}

body.cpt-list-faq .swifty-faq-field select[multiple] {
    min-height: 180px;
    padding: 12px 16px;
}

body.cpt-list-faq #swifty-faq-mapper-page + .select2 .select2-selection--multiple {
    min-height: 52px;
    padding: 8px 12px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.03);
}

body.cpt-list-faq #swifty-faq-mapper-page + .select2 .select2-selection__rendered {
    margin: 0;
    padding: 0;
}

body.cpt-list-faq #swifty-faq-mapper-page + .select2 .select2-selection__choice {
    margin: 0 8px 8px 0;
}

body.cpt-list-faq #swifty-faq-mapper-page + .select2 .select2-search--inline {
    margin: 0;
}

body.cpt-list-faq #swifty-faq-mapper-page + .select2 .select2-search__field {
    min-height: 0;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.cpt-list-faq .swifty-faq-field--toggle {
    justify-content: flex-end;
}

body.cpt-list-faq .swifty-faq-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
}

body.cpt-list-faq .swifty-faq-toggle input {
    margin: 0;
}

body.cpt-list-faq .swifty-faq-toggle span {
    color: #5b687a;
    font-size: 13px;
    line-height: 1.5;
}

body.cpt-list-faq .swifty-faq-field__help {
    margin: 0;
    color: #66768a;
    font-size: 12px;
    line-height: 1.55;
}

body.cpt-list-faq .swifty-faq-field--summary p {
    margin: 0;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
    color: #5b687a;
    font-size: 13px;
    line-height: 1.5;
}

body.cpt-list-faq .swifty-faq-source-preview {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f5f8fb;
    border: 1px dashed rgba(36, 87, 120, 0.18);
}

body.cpt-list-faq .swifty-faq-source-preview p {
    margin: 0;
    color: #607185;
    font-size: 14px;
}

body.cpt-list-faq .swifty-faq-source-preview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.cpt-list-faq .swifty-faq-label {
    display: block;
    margin-bottom: 6px;
    color: #7a8798;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.cpt-list-faq .swifty-faq-source-preview strong,
body.cpt-list-faq .swifty-faq-source-preview a {
    color: #173148;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

body.cpt-list-faq .swifty-faq-generator-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

body.cpt-list-faq .swifty-faq-generation-response {
    margin-top: 20px;
}

body.cpt-list-faq .swifty-faq-result {
    padding: 22px;
    border-radius: 20px;
    border: 1px solid transparent;
}

body.cpt-list-faq .swifty-faq-result.is-success {
    background: #edf8f0;
    border-color: rgba(69, 171, 107, 0.16);
}

body.cpt-list-faq .swifty-faq-result.is-error {
    background: #fff1f1;
    border-color: rgba(197, 74, 69, 0.14);
}

body.cpt-list-faq .swifty-faq-result.is-loading {
    background: #fff9eb;
    border-color: rgba(196, 107, 22, 0.15);
}

body.cpt-list-faq .swifty-faq-result__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

body.cpt-list-faq .swifty-faq-result h4 {
    margin: 0;
    color: #173148;
    font-size: 20px;
}

body.cpt-list-faq .swifty-faq-result p {
    color: #4f6074;
}

body.cpt-list-faq .swifty-faq-result__counts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.cpt-list-faq .swifty-faq-result__counts span,
body.cpt-list-faq .swifty-faq-result__source span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #284159;
    font-size: 12px;
    font-weight: 700;
}

body.cpt-list-faq .swifty-faq-result__source {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body.cpt-list-faq .swifty-faq-result__source a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #245778;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

body.cpt-list-faq .swifty-faq-result__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

body.cpt-list-faq .swifty-faq-preview-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 0 0 1px rgba(36, 87, 120, 0.08);
}

body.cpt-list-faq .swifty-faq-preview-card h5 {
    margin: 0 0 10px;
    color: #173148;
    font-size: 16px;
    line-height: 1.5;
}

body.cpt-list-faq .swifty-faq-preview-card p {
    margin: 0;
    color: #566477;
    font-size: 14px;
    line-height: 1.7;
}

body.cpt-list-faq .swifty-faq-preview-card__link {
    display: inline-block;
    margin-top: 12px;
    color: #c46b16;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body.cpt-list-faq .swifty-faq-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 1fr)) auto;
    gap: 12px;
    align-items: end;
    margin: 8px 0 18px;
}

body.cpt-list-faq .swifty-faq-toolbar__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

body.cpt-list-faq .swifty-faq-toolbar__field label {
    color: #5d6b7f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cpt-list-faq .swifty-faq-toolbar__field input,
body.cpt-list-faq .swifty-faq-toolbar__field select {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
    color: #223348;
    font-size: 14px;
}

body.cpt-list-faq .swifty-faq-toolbar__meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 52px;
    color: #6d7b8d;
    font-size: 13px;
    font-weight: 700;
}

body.cpt-list-faq .swifty-faq-col--check {
    width: 4% !important;
}

body.cpt-list-faq .swifty-faq-col--id {
    width: 8% !important;
}

body.cpt-list-faq .swifty-faq-col--question {
    width: 46% !important;
}

body.cpt-list-faq .swifty-faq-col--source {
    width: 18% !important;
}

body.cpt-list-faq .swifty-faq-col--category {
    width: 14% !important;
}

body.cpt-list-faq .swifty-faq-col--type {
    width: 10% !important;
}

body.cpt-list-faq .swifty-faq-col--generated {
    width: 12% !important;
}

body.cpt-list-faq .swifty-faq-col--status {
    width: 8% !important;
}

body.cpt-list-faq .swifty-faq-col--actions,
body.cpt-list-faq .table_row .table_small:last-child {
    width: 6% !important;
}

body.cpt-list-faq .swifty-faq-theader,
body.cpt-list-faq .table_row {
    width: 100%;
}

body.cpt-list-faq .swifty-faq-question-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

body.cpt-list-faq .swifty-faq-answer-tooltip {
    position: relative;
    flex: 0 0 auto;
    z-index: 1;
}

body.cpt-list-faq .swifty-faq-answer-tooltip:hover,
body.cpt-list-faq .swifty-faq-answer-tooltip:focus-within {
    z-index: 35;
}

body.cpt-list-faq .swifty-faq-answer-tooltip__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #d4dfeb;
    border-radius: 999px;
    background: #f7fafc;
    color: #1f4e72;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body.cpt-list-faq .swifty-faq-answer-tooltip__trigger:hover,
body.cpt-list-faq .swifty-faq-answer-tooltip__trigger:focus {
    background: #1f4e72;
    border-color: #1f4e72;
    color: #ffffff;
    outline: none;
}

body.cpt-list-faq .swifty-faq-answer-tooltip__content {
    position: absolute;
    top: 50%;
    right: calc(100% + 14px);
    z-index: 25;
    width: min(420px, 42vw);
    max-height: 260px;
    overflow-y: auto;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(36, 87, 120, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #f2f8fc 100%);
    color: #173148;
    box-shadow: 0 18px 38px rgba(36, 87, 120, 0.14);
    font-size: 13px;
    line-height: 1.65;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

body.cpt-list-faq .swifty-faq-answer-tooltip__content::before {
    display: none;
}

body.cpt-list-faq .swifty-faq-answer-tooltip:hover .swifty-faq-answer-tooltip__content,
body.cpt-list-faq .swifty-faq-answer-tooltip:focus-within .swifty-faq-answer-tooltip__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, -50%);
}

body.cpt-list-faq .swifty-faq-source-link,
body.cpt-list-faq .swifty-faq-micro {
    display: block;
    margin-top: 6px;
}

body.cpt-list-faq .swifty-faq-source-link {
    color: #245778;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body.cpt-list-faq .swifty-faq-micro {
    color: #7a8798;
    font-size: 12px;
}

body.cpt-list-faq .swifty-faq-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.cpt-list-faq .swifty-faq-chip--ai {
    background: rgba(36, 87, 120, 0.12);
    color: #245778;
}

body.cpt-list-faq .swifty-faq-chip--manual {
    background: rgba(114, 95, 38, 0.12);
    color: #80611d;
}

body.cpt-list-faq .swifty-faq-chip--active {
    background: rgba(69, 171, 107, 0.12);
    color: #21814b;
}

body.cpt-list-faq .swifty-faq-chip--inactive,
body.cpt-list-faq .swifty-faq-chip--draft {
    background: rgba(197, 74, 69, 0.12);
    color: #9f2f2b;
}

body.cpt-list-faq .swifty-faq-question-link {
    font-weight: 700;
    flex: 1 1 auto;
    line-height: 1.6;
}

body.cpt-list-faq .table_row {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.cpt-list-faq .table_row:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(24, 36, 53, 0.06);
}

@media (max-width: 1480px) {
    body.cpt-list-faq .swifty-faq-generator-form__grid,
    body.cpt-list-faq .swifty-faq-source-preview__grid,
    body.cpt-list-faq .swifty-faq-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.cpt-list-faq .swifty-faq-toolbar__meta {
        justify-content: flex-start;
    }
}

@media (max-width: 980px) {
    body.cpt-list-faq .right-btn-wrap .faq-option-buttons,
    body.cpt-list-faq .faq-actions-menu {
        width: 100%;
    }

    body.cpt-list-faq .faq-actions-menu__trigger {
        width: 100%;
        justify-content: space-between;
    }

    body.cpt-list-faq .faq-actions-menu__panel {
        width: 100%;
        left: 0;
        right: auto;
    }

    body.cpt-list-faq .swifty-faq-studio {
        padding: 16px;
        border-radius: 16px;
    }

    body.cpt-list-faq .swifty-faq-studio__cards,
    body.cpt-list-faq .swifty-faq-generator-form__grid,
    body.cpt-list-faq .swifty-faq-source-preview__grid,
    body.cpt-list-faq .swifty-faq-result__list,
    body.cpt-list-faq .swifty-faq-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    body.cpt-list-faq .swifty-faq-question-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    body.cpt-list-faq .swifty-faq-answer-tooltip__content {
        top: calc(100% + 10px);
        bottom: auto;
        left: 0;
        right: auto;
        width: min(320px, calc(100vw - 64px));
        transform: translateY(8px);
    }

    body.cpt-list-faq .swifty-faq-answer-tooltip__content::before {
        top: -7px;
        left: 20px;
        right: auto;
        transform: rotate(45deg);
    }

    body.cpt-list-faq .swifty-faq-answer-tooltip:hover .swifty-faq-answer-tooltip__content,
    body.cpt-list-faq .swifty-faq-answer-tooltip:focus-within .swifty-faq-answer-tooltip__content {
        transform: translateY(0);
    }

    body.cpt-list-faq .swifty-faq-browser .swifty-faq-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    body.cpt-list-faq .swifty-faq-studio__hero {
        flex-direction: column;
        align-items: flex-start;
    }

    body.cpt-list-faq .swifty-faq-generator-panel__header,
    body.cpt-list-faq .swifty-faq-result__header {
        flex-direction: column;
        align-items: flex-start;
    }

    body.cpt-list-faq .swifty-faq-generator-popup {
        padding: 16px;
    }

    body.cpt-list-faq .swifty-faq-generator-panel {
        padding: 20px 16px;
    }
}
