.fcc-search-page {
    padding-bottom: 24px;
    box-sizing: border-box;
    overflow-x: hidden;
}
.fcc-search-page *,
.fcc-search-page *:before,
.fcc-search-page *:after {
    box-sizing: border-box;
}
.fcc-search-head {
    margin-bottom: 18px;
}
.fcc-search-head-main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid #eee2d5;
    border-radius: 20px;
    background: linear-gradient(135deg, #faf3e7 0%, #fff 55%, #f3f7f2 100%);
}
.fcc-search-title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.35;
    color: #222;
    word-break: break-word;
}
.fcc-search-subtitle {
    margin: 0;
    color: #6f756f;
    line-height: 1.8;
}
.fcc-search-summary {
    display: flex;
    gap: 12px;
    min-width: 240px;
}
.fcc-search-summary-item {
    flex: 1;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.8);
    border: 1px solid #eadfce;
}
.fcc-search-summary-item strong {
    display: block;
    font-size: 26px;
    color: #223127;
}
.fcc-search-summary-item span {
    display: block;
    margin-top: 4px;
    color: #8a8f89;
    font-size: 12px;
}
.fcc-search-filter {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 20px;
    margin-bottom: 18px;
    border-radius: 18px;
    border: 1px solid #eee5d9;
    background: #fff;
}
.fcc-search-filter-label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    min-width: 70px;
}
.fcc-search-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.fcc-search-filter-item {
    display: inline-block;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #e8ddd0;
    background: #faf7f2;
    color: #666;
}
.fcc-search-filter-item.active,
.fcc-search-filter-item:hover {
    background: #fff3e2;
    border-color: #dfb47a;
    color: #b96b2f;
}
.fcc-search-layout {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}
.fcc-search-layout > [class*='am-u-'] {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    min-width: 0;
}
.fcc-search-layout > .fcc-search-main-col {
    padding-right: 12px;
}
.fcc-search-layout > .fcc-search-side-col {
    padding-left: 12px;
}
.fcc-search-side-wrap {
    width: 100%;
    max-width: 100%;
}
.fcc-search-result-panel,
.fcc-search-side-panel {
    border: 1px solid #eee5d9;
    border-radius: 18px;
    background: #fff;
    margin-bottom: 18px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.fcc-search-result-head,
.fcc-search-side-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #f2ece4;
}
.fcc-search-result-head h2,
.fcc-search-side-head h3 {
    margin: 0;
    font-size: 20px;
    color: #222;
}
.fcc-search-result-head span {
    color: #999;
    font-size: 12px;
}
.fcc-search-result-list {
    padding: 10px 18px 18px;
}
.fcc-search-result-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f3f3f3;
}
.fcc-search-result-item:last-child {
    border-bottom: 0;
}
.fcc-search-result-cover {
    width: 148px;
    flex: 0 0 148px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f7f7;
}
.fcc-search-result-cover img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    display: block;
}
.fcc-search-result-main {
    flex: 1;
    min-width: 0;
}
.fcc-search-result-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    font-weight: 700;
    max-width: 100%;
    word-break: break-word;
}
.fcc-search-result-desc {
    margin-top: 8px;
    color: #666;
    line-height: 1.85;
    word-break: break-word;
}
.fcc-search-result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.fcc-search-result-tags span {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: #f6f1eb;
    color: #8a6b47;
    font-size: 12px;
}
.fcc-search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
    color: #999;
    font-size: 12px;
}
.fcc-search-result-panel .am-pagination {
    padding-right: 18px;
    box-sizing: border-box;
}
.fcc-search-side-list {
    padding: 14px 16px 16px;
}
.fcc-search-side-item {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f3f3f3;
    color: #333;
}
.fcc-search-side-item:last-child {
    border-bottom: 0;
}
.fcc-search-side-cover {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f7f7f7;
}
.fcc-search-side-cover img {
    width: 100%;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.fcc-search-side-title {
    color: #222;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 6px;
    word-break: break-word;
}
.fcc-search-side-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #999;
    font-size: 12px;
}
.fcc-search-side-category {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.fcc-search-side-category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #faf7f2;
    border: 1px solid #eee2d5;
    color: #333;
}
.fcc-search-side-category-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d28b49 0%, #b96b2f 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}
img.fcc-search-side-category-icon {
    object-fit: contain;
    background: #fff;
    border: 1px solid #eadfce;
    padding: 6px;
}
.fcc-search-side-category-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .fcc-search-head-main {
        flex-direction: column;
    }
    .fcc-search-summary {
        min-width: 0;
    }
}
@media screen and (max-width: 768px) {
    .fcc-search-layout > .fcc-search-main-col,
    .fcc-search-layout > .fcc-search-side-col {
        padding-left: 0;
        padding-right: 0;
    }
    .fcc-search-filter {
        flex-direction: column;
    }
    .fcc-search-result-item {
        flex-direction: column;
    }
    .fcc-search-result-cover {
        width: 100%;
        flex-basis: auto;
    }
    .fcc-search-result-cover img {
        height: 180px;
    }
    .fcc-search-side-category {
        grid-template-columns: 1fr;
    }
}
