/* Shared info badges: profiles, tenders */

.profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile-badges--stacked {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.profile-badges .info-badge,
.profile-badges .info-badge-purple,
.profile-badges .equipment-setup-group {
    margin: 0;
}

.equipment-setup-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.equipment-power-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-left: 6px;
}

.info-badge-sub {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 5px;
    font-size: 12px;
    line-height: 1.3;
}

.info-badge-sub svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

.info-badge {
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
    font-size: 14px;
}

.info-badge-purple {
    background: #fcfaff;
    color: #815da7;
    border: 1px solid #e0d4fc;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
    font-size: 14px;
}

#locationBadge {
    align-items: flex-start;
}

#location {
    white-space: pre-line;
}

.info-badge svg,
.info-badge-purple svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

.tender-meta-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 15px;
    align-items: stretch;
}

.tender-meta-badges .info-badge,
.tender-meta-badges .info-badge-purple {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
    margin: 0;
    justify-content: flex-start;
    text-align: left;
}
