.awenja-lehrgaenge-container {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Anchor Navigation */
.awenja-anchor-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 8px;
}

.awenja-anchor-button {
    display: inline-block;
    padding: 8px 16px;
    background: #6fc09b;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.awenja-anchor-button:hover {
    background: #5ba886;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(111, 192, 155, 0.3);
    text-decoration: none;
    color: white;
}

/* Durchführung Section */
.awenja-durchfuehrung-section {
    margin-bottom: 40px;
}

.awenja-durchfuehrung-title {
    font-size: 24px;
    font-weight: 600;
    color: #6fc09b;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #6fc09b;
}

.awenja-lehrgang-section {
    margin-bottom: 40px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: hidden;
}

.awenja-lehrgang-header {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.awenja-lehrgang-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1f2937;
}

.awenja-lehrgang-hours {
    font-size: 16px;
    font-weight: 400;
    color: #4b5563;
}

.awenja-lehrgang-requirement {
    font-size: 14px;
    margin: 8px 0 0 0;
    color: #6b7280;
    font-style: normal;
}

.awenja-lehrgang-description {
    font-size: 14px;
    margin: 8px 0 0 0 !important;
    color: #6b7280;
    line-height: 1.5;
}

.awenja-termine-table-wrapper {
    overflow-x: auto;
}

.awenja-termine-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.awenja-termine-table thead {
    background: #4a9b7f;
}

.awenja-termine-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    border: none;
    white-space: nowrap;
}

.awenja-termine-table th:first-child {
    width: 15%;
    min-width: 110px;
}

.awenja-termine-table th:nth-child(2) {
    width: 35%;
}

.awenja-termine-table th:nth-child(3) {
    width: 30%;
}

.awenja-termine-table th:last-child {
    width: 20%;
    min-width: 120px;
}

.awenja-termine-table tbody tr {
    border: none;
    transition: background-color 0.15s ease;
}

.awenja-termine-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.awenja-termine-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.awenja-termine-table tbody tr:hover {
    background: #f3f4f6 !important;
}

.awenja-termin-clickable {
    cursor: pointer;
}

.awenja-termine-table td {
    padding: 12px 15px;
    font-size: 13px;
    color: #374151;
    border: none;
    vertical-align: top;
}

.awenja-termin-start {
    font-weight: 500;
    white-space: nowrap;
}

.awenja-termin-start-date {
    display: block;
    color: #1f2937;
}

.awenja-termin-online {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background: transparent;
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.awenja-termin-hauptphase {
    color: #4b5563;
    line-height: 1.4;
}

.awenja-termin-abschluss {
    color: #1f2937;
    line-height: 1.4;
}

.awenja-termin-ort {
    color: #1f2937;
    position: relative;
}

.awenja-termin-link {
    display: inline-block;
    margin-top: 4px;
    padding: 3px 10px;
    background: #4a9b7f;
    color: white !important;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.awenja-termin-link:hover {
    background: #3d8066;
    text-decoration: none;
}

.awenja-no-termine {
    padding: 30px;
    text-align: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .awenja-lehrgang-header {
        padding: 12px 15px;
    }
    
    .awenja-lehrgang-title {
        font-size: 16px;
    }
    
    .awenja-termine-table {
        font-size: 12px;
    }
    
    .awenja-termine-table th,
    .awenja-termine-table td {
        padding: 10px 12px;
    }
    
    .awenja-termine-table th {
        font-size: 12px;
    }
    
    .awenja-termin-link {
        display: block;
        margin-top: 6px;
        text-align: center;
    }
}

/* Print Styles */
@media print {
    .awenja-lehrgang-section {
        page-break-inside: avoid;
    }
    
    .awenja-termin-link {
        display: none;
    }
    
    .awenja-termine-table tbody tr:nth-child(even) {
        background: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .awenja-termine-table thead {
        background: #4a9b7f !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}