@charset "UTF-8";
/* CSS Document */

#artist-events-table {
    margin-top: 20px;
    width: 100%;
}

#artist-events-table th {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

#artist-events-table th.sortable .sorting-indicator::after {
    content: '\2195';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#artist-events-table th.asc .sorting-indicator::after {
    content: '\2191';
}

#artist-events-table th.desc .sorting-indicator::after {
    content: '\2193';
}

#artist-events-table td, #artist-events-table th {
    padding: 10px;
    text-align: left;
}

#artist-events-table a {
    text-decoration: none;
    color: #0073aa;
}

#artist-events-table a:hover {
    text-decoration: underline;
}
.woocommerce-MyAccount-content-wrapper{
	border: none !important;
}

/* New styles for hierarchical filter */
.ct-hierarchical-filter .ct-filter-select {
    font-size: 16px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    color: #333;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ct-hierarchical-filter optgroup {
    font-weight: 600;
    color: #222;
}
.ct-hierarchical-filter optgroup option {
    padding-left: 24px;
    font-style: italic;
    color: #555;
}
.ct-hierarchical-filter h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
    color: #222;
}
.ct-hierarchical-filter .ct-filter-checkboxes label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
.ct-hierarchical-filter .ct-filter-checkboxes input:checked + label {
    font-weight: 600;
    color: #000;
}
.ct-hierarchical-filter .ct-filter-loading {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .ct-hierarchical-filter .ct-filter-select {
        font-size: 14px;
        max-width: 100%;
    }
}
