/* static/css/ausbildung/employer_detail.css */

.employer-logo {
    max-height: 120px;
    object-fit: contain;
}

.logo-placeholder {
    background: var(--light);
    border-radius: 50%;
    padding: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--light);
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
}

.feature i {
    font-size: 1.5rem;
    color: var(--primary);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.stat-box {
    background: var(--light);
    border-radius: 0.75rem;
    text-align: center;
    padding: 1rem;
}

.stat-box h3 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.map-placeholder {
    background: rgba(99, 102, 241, 0.05);
    border-radius: 0.75rem;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    font-size: 0.9rem;
}

.modal .tips-list {
    list-style: none;
    padding-left: 0;
}

.modal .tips-list li {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}
