/* DEV-tony-004 — sibling links appended to preview pages. */

.sas-siblings {
    margin: 32px 0 8px;
    padding: 20px 22px;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    background: #fafafa;
}

.sas-siblings-title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 26px;
}

.sas-siblings-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sas-siblings-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 12px;
    padding: 9px 0;
    border-bottom: 1px solid #ececf0;
}

.sas-siblings-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sas-siblings-link {
    font-weight: 600;
}

.sas-siblings-when {
    font-size: 13px;
    line-height: 20px;
    color: #71717a;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .sas-siblings {
        padding: 16px;
    }

    .sas-siblings-when {
        width: 100%;
    }
}
