.detail-data-status {
    position: relative;
    color: #191f28;
}
.detail-data-status > h2 {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 0;
    padding: 0 124px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}
.detail-data-status-disclosure {
    margin: 0;
}
.detail-data-status-disclosure > summary {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 44px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 2px 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #adb5bd;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}
.detail-data-status-disclosure > summary::-webkit-details-marker {
    display: none;
}
.detail-data-status-disclosure > summary:hover,
.detail-data-status-disclosure[open] > summary {
    color: #8b95a1;
}
.detail-data-status-disclosure > summary:focus-visible {
    outline: 2px solid #104be0;
    outline-offset: 2px;
}
.detail-data-status-info {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    color: #adb5bd;
}
.detail-data-status-panel {
    margin-top: 9px;
    padding: 14px;
    border: 1px solid #e5e8eb;
    border-radius: 10px;
    background: #f8f9fa;
}
.detail-data-status-title {
    display: block;
    margin: 0 0 10px;
    color: #333d4b;
    font-size: 14px;
    font-weight: 700;
}
.detail-data-status-panel dl {
    margin: 0;
}
.detail-data-status-panel dl > div {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
    line-height: 1.45;
}
.detail-data-status-panel dt {
    color: #8b95a1;
    font-weight: 500;
}
.detail-data-status-panel dd {
    margin: 0;
    color: #333d4b;
    font-weight: 700;
    text-align: right;
}
.detail-data-status-panel p {
    margin: 10px 0 0;
    color: #6b7684;
    font-size: 11px;
    line-height: 1.55;
}
.detail-data-status-panel p + p {
    margin-top: 4px;
}
.detail-data-status-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.detail-data-status-links a {
    color: #4e5968;
    font-weight: 700;
    text-underline-offset: 2px;
}
@media (max-width: 340px) {
    .detail-data-status > h2 {
        padding-right: 114px;
    }
    .detail-data-status-disclosure > summary {
        padding-right: 8px;
        padding-left: 8px;
    }
}
