/* Rubrique injectée dans le dropdown FiboSearch */
.fcps-compatible-group {
    display: block;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.fcps-position-top {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.fcps-compatible-title {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #777;
    background: #f6f6f6;
}

.fcps-compatible-items {
    display: block;
}

.fcps-compatible-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 9px 16px;
    color: #4b4b4b;
    text-decoration: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.fcps-compatible-row:hover,
.fcps-compatible-row:focus {
    color: #222;
    background: #f1f1f1;
    text-decoration: none !important;
    outline: none;
}

.fcps-compatible-icon {
    width: 42px;
    min-width: 42px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: .75;
}

.fcps-compatible-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fcps-compatible-name {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: inherit;
}

.fcps-compatible-subtitle {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
    color: #777;
}

/* Mode deuxième colonne dans le dropdown FiboSearch */
@media (min-width: 769px) {
    .dgwt-wcas-suggestions-wrapp.fcps-layout-side,
    .dgwt-wcas-suggestions.fcps-layout-side,
    .dgwt-wcas-results-wrapp.fcps-layout-side {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 36%);
        align-items: start;
    }

    .dgwt-wcas-suggestions-wrapp.fcps-layout-side > *:not(.fcps-compatible-group),
    .dgwt-wcas-suggestions.fcps-layout-side > *:not(.fcps-compatible-group),
    .dgwt-wcas-results-wrapp.fcps-layout-side > *:not(.fcps-compatible-group) {
        grid-column: 1;
        min-width: 0;
    }

    .dgwt-wcas-suggestions-wrapp.fcps-layout-side > .fcps-compatible-group,
    .dgwt-wcas-suggestions.fcps-layout-side > .fcps-compatible-group,
    .dgwt-wcas-results-wrapp.fcps-layout-side > .fcps-compatible-group {
        grid-column: 2;
        grid-row: 1 / span 200;
        border-top: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        min-height: 100%;
    }

    .fcps-layout-side .fcps-compatible-row {
        min-height: 42px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .fcps-layout-side .fcps-compatible-icon {
        width: 34px;
        min-width: 34px;
    }
}

@media (max-width: 768px) {
    .dgwt-wcas-suggestions-wrapp.fcps-layout-side,
    .dgwt-wcas-suggestions.fcps-layout-side,
    .dgwt-wcas-results-wrapp.fcps-layout-side {
        display: block !important;
    }
}

/* Message sur la page boutique après clic sur une imprimante */
.fcps-active-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.fcps-active-filter a {
    font-weight: 600;
    text-decoration: none;
}

/* Fallback si le panneau FiboSearch n'est pas encore détecté */
.fcps-compatible-box {
    display: none;
    margin-top: 8px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 99999;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
}

.fcps-compatible-box.is-visible {
    display: block;
}

.fcps-loading,
.fcps-empty {
    padding: 12px;
    color: #555;
    font-size: 13px;
}
