.contact-card { width: 100%; display: flex; flex-direction: row; padding: .5rem .5rem; border-radius: 16px; line-height: normal; box-shadow: var(--custom-box-shadow); justify-content: space-between; align-items: center; } .contact-card.memo { border-left: 5px solid var(--mud-palette-info-darken); } .contact-card.interna { border-left: 5px solid var(--mud-palette-success-darken); } .contact-card.commessa { border-left: 5px solid var(--mud-palette-warning); } .contact-left-section { display: flex; align-items: center; margin-left: 4px; } .title-section { display: flex; flex-direction: row; justify-content: space-between; width: 100%; } .contact-hours { font-weight: 700; } .contact-hours-section ::deep .mud-chip { margin: 5px 0 0 !important; } .contact-body-section { width: 100%; display: flex; flex-direction: column; } .title-section ::deep > .contact-title { font-weight: 800 !important; margin: 0 !important; line-height: normal !important; } .contact-body-section ::deep > .contact-subtitle { color: var(--mud-palette-gray-darker); margin: .2rem 0 !important; line-height: normal !important; } .contact-info-section { display: flex; flex-wrap: wrap; } .contact-right-section { display: flex; flex-direction: row; gap: 1rem; }