/* ============================================================
   CARD_SHARED.CSS — Shared Card Components
   ============================================================ */

.common_card_field {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 1px 0;
    line-height: 1.0;
}

.icon {
    flex-shrink: 0;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.icon svg {
    width: 14px;
    height: 14px;
    fill: #333;
    margin-right: 3px;
}

.icon-header svg {
    stroke-width: 2.2;
    width: 32px;
    height: 20px;
    vertical-align: -2px;
}

.common_card_label {
    flex: 0 0 110px;
    margin-right: 6px;
    font-size: 0.8rem;
}

.common_card_value {
    flex: 1;
    display: block;
    white-space: normal;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #222;
}

.common_card_label,
.common_card_value {
    line-height: 1.0;
}
