/* Irie All Course List Widget Styles */

.irie-course-filter-container {
    background-color: #fdf8f6;
    border: 1px solid #e58e7d;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(200, 75, 49, 0.05);
    box-sizing: border-box;
}

.irie-filter-group {
    margin-bottom: 16px;
}
.irie-filter-group:last-child {
    margin-bottom: 0;
}

.irie-filter-label {
    font-weight: 700;
    font-size: 14px;
    color: #a01212;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Button Group / Radio Pills */
.irie-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.irie-filter-pill {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #444444;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer !important;
    transition: all 0.2s ease;
    user-select: none;
    line-height: 1.2;
}

.irie-filter-pill:hover {
    border-color: #c84b31;
    color: #c84b31;
}

.irie-filter-pill.active {
    background-color: #a01212 !important;
    border-color: #a01212 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Searchable Teller Select Wrapper */
.irie-teller-select-wrapper {
    margin-top: 10px;
    display: none;
}
.irie-teller-select-wrapper.is-visible {
    display: flex;
}

.irie-teller-select {
    width: 100%;
    max-width: 320px;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 13px;
    background: #ffffff;
    color: #333333;
}

/* Tag Buttons for Divination Badges */
.irie-tag-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.irie-tag-btn {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    color: #555555;
    padding: 5px 14px;
    border-radius: 14px;
    font-size: 12px;
    cursor: pointer !important;
    transition: all 0.15s ease;
    user-select: none;
    line-height: 1.2;
}

.irie-tag-btn:hover {
    border-color: #c84b31;
    color: #c84b31;
    background-color: #fff8f6;
}

.irie-tag-btn.active {
    background-color: #c84b31 !important;
    border-color: #c84b31 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Table Wrapper */
.irie-all-course-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.irie-all-course-table {
    width: 100%;
    min-width: 780px; /* Allows horizontal scrolling on smartphones & tablets */
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    border: 2px solid #c84b31;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(200, 75, 49, 0.08);
    font-family: inherit;
}

.irie-all-course-table thead tr {
    background-color: #a01212;
}

.irie-all-course-table th {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 10px;
    text-align: center;
    border-top: none !important;
    border-left: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #c84b31;
    box-sizing: border-box;
    white-space: nowrap;
    vertical-align: middle;
}

.irie-all-course-table th:last-child {
    border-right: none !important;
}

.irie-all-course-table td {
    padding: 12px 10px;
    border-top: none !important;
    border-left: none !important;
    border-right: 1px solid #c84b31;
    border-bottom: 1px solid #c84b31;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.45;
    vertical-align: middle;
    color: #333333;
}

.irie-all-course-table tr:last-child td {
    border-bottom: none !important;
}

.irie-all-course-table td:last-child {
    border-right: none !important;
}

.irie-all-course-table td.col-name {
    width: 18%;
    font-weight: 700;
    text-align: center;
}

.irie-all-course-table td.col-time {
    width: 11%;
    text-align: center;
}

.irie-all-course-table td.col-price {
    width: 13%;
    text-align: center;
    font-weight: 700;
    color: #a01212;
}

.irie-all-course-table td.col-desc {
    width: 32%;
    font-size: 12px;
    line-height: 1.5;
}

.irie-all-course-table td.col-tellers {
    width: 13%;
    text-align: center;
}

.irie-all-course-table td.col-options {
    width: 13%;
    text-align: center;
    font-size: 12px;
}

.irie-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.irie-item-badge {
    display: inline-block;
    background: #fdf0ed;
    border: 1px solid #f1aaa0;
    color: #a01212;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
}

.irie-item-badge.irie-teller-link {
    text-decoration: none !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.irie-item-badge.irie-teller-link:hover {
    background-color: #a01212 !important;
    color: #ffffff !important;
    border-color: #a01212 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(160, 18, 18, 0.25);
}

.irie-all-course-empty-msg {
    display: none;
    padding: 25px 15px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #c84b31;
    border-radius: 12px;
}
