.ym-anchorages-list,
.anchorages-list-widget {
    padding: 18px;
}

.anchorage-list {
    display: grid;
    gap: 10px;
}

.anchorage-item {
    display: grid;
    grid-template-columns: 1.25fr 1.25fr 0.8fr 1.8fr;
    gap: 16px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.06);
    border-left: 6px solid #64748b;
}

.anchorage-title,
.anchorage-period,
.anchorage-duration,
.anchorage-meta {
    margin: 0;
    line-height: 1.3;
}

.anchorage-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.anchorage-period {
    font-size: 13px;
    color: #cbd5e1;
}

.anchorage-duration {
    color: #7dd3fc;
    font-weight: 700;
    white-space: nowrap;
}

.anchorage-meta {
    font-size: 12px;
    color: #94a3b8;
}

.state-green {
    border-left-color: #22c55e;
}

.state-blue {
    border-left-color: #3b82f6;
}

.state-red {
    border-left-color: #ef4444;
}

.anchorage-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}

.anchorage-period {
    margin-top: 5px;
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.45;
}

.anchorage-duration {
    margin-left: 10px;
    color: #7dd3fc;
    font-weight: 700;
    white-space: nowrap;
}

.anchorage-meta {
    margin-top: 5px;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.45;
}

.loading {
    color: #94a3b8;
    padding: 18px;
}

.anchorages-list-widget {
    height: 100vh;
    overflow: hidden;
}

.anchorage-list {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    padding-right: 6px;
}
