/* Layout */
.pioneer-search-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

/* Filter Card */
.pioneer-filter-card {
    width: 320px;
    max-width: 100%;
    background: #0b4c5c;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.pioneer-filter-card-header {
    padding: 18px 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#pioneer-program-finder-form {
    padding: 16px 18px 20px;
}

.pioneer-filter-group {
    margin-bottom: 12px;
    background: #ffffff;
    color: #111827;
    border-radius: 10px;
    padding: 10px 12px;
}

.pioneer-filter-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    color: #6b7280;
}

.pioneer-filter-group select {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 4px 0;
    background: transparent;
}

/* Buttons */
.pioneer-search-btn,
.pioneer-clear-btn {
    width: 100%;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
    margin-top: 10px;
}

.pioneer-search-btn {
    background: #ffffff;
    color: #0b4c5c;
    font-weight: 600;
}

.pioneer-clear-btn {
    background: transparent;
    color: #ffffff;
    text-decoration: underline;
}

/* Results */
.pioneer-results-list {
    flex: 1;
    min-width: 280px;
}

.pioneer-program-card {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}

.pioneer-card-logo img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.pioneer-card-body {
    flex: 1;
}

.pioneer-program-title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.pioneer-university-name {
    margin: 0 0 8px;
    color: #4b5563;
    font-weight: 500;
}

.pioneer-card-body p {
    margin: 2px 0;
    font-size: 14px;
    color: #374151;
}

/* Fees breakdown */
.pioneer-fees-details {
    margin-top: 8px;
    font-size: 14px;
}

.pioneer-fees-details summary {
    cursor: pointer;
    color: #0b4c5c;
    font-weight: 600;
}

.pioneer-fees-list {
    margin: 6px 0 0;
    padding-left: 20px;
}

.pioneer-fees-list li {
    margin-bottom: 2px;
    font-size: 13px;
}

.pioneer-fees-list .fee-label {
    font-weight: 500;
}
