.iron-section--ausschreibung {
    padding-top: 0 !important;
}

.ausschreibung-page__image img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.ausschreibung-empty {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.ausschreibung-empty .card-body {
    padding: 2rem;
    color: #64748b;
    text-align: center;
}

.ausschreibung-page .event-dynamic-page__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.5rem;
}

.ausschreibung-page .event-dynamic-page__content th,
.ausschreibung-page .event-dynamic-page__content td {
    border: 1px solid #e5e7eb;
    padding: 0.65rem 0.85rem;
    text-align: left;
}

.ausschreibung-page .event-dynamic-page__content th {
    background: #f8fafc;
    font-weight: 700;
}

@media (max-width: 768px) {
    .ausschreibung-page .event-dynamic-page__content {
        padding: 1.35rem 1.25rem;
    }
}
