/* CSS สำหรับปุ่มสถานะ FilterStatus */

/* Active state for FilterStatus buttons */
.FilterStatus.active {
    transform: translateY(0) !important;
    border: 1px solid #fff !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    position: relative;
}

/* Add a check icon for active state
.FilterStatus.active::after {
    content: "✓";
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #fff;
    color: inherit;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} */
