
    .filter-container {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 30px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    }
    .filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    }
    .filter-tag {
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #e5e5e5;
    color: #1a1a1a;
    font-size: 13.5px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 9999px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
    user-select: none;
    white-space: nowrap;
    }
    .filter-tag:hover {
    background-color: #d8d8d8;
    transform: translateY(-1px);
    }
    .filter-tag.active {
    background-color: #e34c00;
    color: #ffffff;
    }
    .voice-idx .item.is-hidden {
    display: none !important;
    }

    .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
    }

    .card-tag {
    display: inline-block;
    background-color: #e5e5e5;
    color: #333333;
    font-size: 11.5px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 9999px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    user-select: none;
    white-space: nowrap;
    }

    #contentWrap .ContentPane{
        padding-bottom: 25px !important;
    }