/* Profile sidebar contact block — keep all lines visible (no theme clipping) */
.sa-profile-contact.gdlr-core-text-box-item,
.sa-profile-contact .gdlr-core-text-box-item-content {
    overflow: visible !important;
    max-height: none !important;
}

.sa-profile-contact .gdlr-core-text-box-item-content p {
    display: grid;
    grid-template-columns: 12rem 1fr;
    column-gap: 0.5rem;
    align-items: baseline;
    margin: 0 0 0.45em;
}

.sa-profile-contact .sa-contact-label {
    font-weight: bold;
}

.sa-profile-contact .gdlr-core-text-box-item-content a {
    color: #323232;
    text-decoration: underline;
    text-decoration-color: rgba(177, 151, 107, 0.65);
}
