/*
  Fichier de personnalisation locale.
*/

:root {
	--radius-card: 8px;
}
   

.dashboard-news-content {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    margin: 4px 0 6px;
}
.dashboard-news-item small {
    color: var(--coral);
}
.eyebrow {
    color: #b3b3b3 !important;
    font-size: 11px !important;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin: 0 0 0px !important;
    text-transform: uppercase;
}

.availability-ship-marker{
	gap: 1px;
    margin-left: 0px;
}

.availability-help p {
    font-size: 16px;
    font-weight: 400;
}
.availability-period small {
    font-size: 16px;
    font-weight: 400;
}
.availability-day strong {
    font-size: 15px;
}
.cruise-detail-card dd {
    font-weight: 400;
    text-align: end;
}
.document-row small, .missing-list small, .history-row span {
    font-size: 14px;
    font-weight: 400;
}
.document-row strong, .history-row strong, .missing-list strong {
    display: block;
    font-size: 14px;
}

.doc-kpi small {
    font-size: 14px;
    font-weight: 400;
}
.nav-subitem {
    font-size: 14px;
    font-weight: 400;
}
.dashboard-mission-details {
    overflow-y: hidden;
}
.hero-card p {
    margin: 3px 0 0;
}
.settings-placeholder {
    margin-top: 20px;
}
.consignes-layout {
    margin-top: 20px;
}


.messages-compose p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}
.dashboard-info-card span, .dashboard-info-card small {
    font-size: 14px;
    font-weight: 400;
}
.cgu-list p {
    font-size: 14px;
    font-weight: 400;
}



@media (max-width: 980px) {
    .document-row small {
        font-size: 15px;
    }
	.document-row strong {
        font-size: 14px;
    }
	.documents-kpis .doc-kpi small {
        font-size: 15px;
        line-height: 1;
    }
}


