#farsi-product-alphabet-container {
    direction: rtl;
    font-family: inherit;
    color: #242424;
}

.fpa-search-wrapper {
    margin-bottom: 20px;
}

#fpa-search-input {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

#fpa-alphabet-nav {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#fpa-alphabet-nav .fpa-letter {
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid transparent;
    color: #42C1C8;
    transition: all 0.2s ease;
}

#fpa-alphabet-nav .fpa-letter.enabled:hover {
    background-color: rgba(66, 193, 200, 0.08);
    color: #008C94;
    border-color: #42C1C8;
}

#fpa-alphabet-nav .fpa-letter.enabled.active {
    background-color: #42C1C8;
    color: #ffffff;
    border-color: #42C1C8;
}

#fpa-alphabet-nav .fpa-letter.disabled {
    color: #bbbbbb;
    cursor: default;
    opacity: 0.6;
}

#fpa-products-list {
    margin-top: 10px;
}

.fpa-letter-group {
    margin-bottom: 25px;
}

.fpa-letter-heading {
    font-size: 18px;
    margin-bottom: 8px;
    color: #242424;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
}

.fpa-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fpa-product-item {
    margin-bottom: 4px;
}

.fpa-product-link {
    color: #42C1C8;
    text-decoration: none;
    font-size: 14px;
}

.fpa-product-link:hover {
    color: #008C94;
}

.fpa-product-item span {
    color: #888888; /* متن کم‌رنگ‌تر اگر بعداً چیزی اضافه شد */
}

/* حالت مخفی برای فیلتر و جستجو */
.fpa-hidden {
    display: none !important;
}
