/* AU Contacts */

.au-company-info {
    margin-bottom: 2rem;
}

.au-contacts__department {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid currentColor;
    font-size: 1.15rem;
}

.au-contacts__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.au-contacts__card {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
}

.au-contacts__name {
    font-weight: 600;
}

.au-contacts__title {
    font-size: 0.9em;
    opacity: 0.75;
}

.au-contacts__phone {
    font-size: 0.9em;
    margin-top: 0.25rem;
}
