/* =========================================================================
   Arizona Arts Divi Modules — Shared Styles
   ========================================================================= */

/* ── Arizona Arts Profile ─────────────────────────────────────────────────── */

.azarts-profile__photo {
    margin-bottom: 1rem;
}

.azarts-profile__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.azarts-profile__name {
    margin-top: 0;
}

.azarts-profile__titles {
    font-style: italic;
    margin: 0 0 0.5rem;
}

.azarts-profile__email a,
.azarts-profile__phone a {
    font-family: 'Proxima Nova Bold', Helvetica, Arial, Lucida, sans-serif;
}

.azarts-profile__email,
.azarts-profile__phone,
.azarts-profile__location {
    margin: 0 0 0.25rem;
}

.azarts-profile__bio {
    margin-top: 1rem;
}

.azarts-profile__notice {
    font-style: italic;
    color: #888;
}

/* ── Info Card ────────────────────────────────────────────────────────────── */

.azarts-infocard {
    overflow: hidden;
}

.azarts-infocard__header {
    width: 100%;
    /* background-color and color set dynamically via module settings */
}

.azarts-infocard__title {
    display: block;
    font-family: 'Proxima Nova Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1.125rem;
}

.azarts-infocard__content {
    padding: 1rem;
}

/* Defeat Divi/child theme p padding inside the card content */
.azarts-infocard__content p:last-of-type,
.azarts-infocard__content p:not(.has-background):last-of-type {
    padding-bottom: 0 !important;
}

/* Default header style matches legacy Info Card grey */
.azarts-infocard__header {
    background-color: #eef1f1;
    padding: 1rem;
}
