.detroit-legal-page {
    max-width: 920px;
}

.detroit-legal-page__intro {
    margin: 0 0 24px;
    color: #555;
    line-height: 1.6;
}

.detroit-legal-page__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 32px;
}

.detroit-legal-page__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 18px 22px;
    border: 1px solid #d9d9d9;
    background: #fff;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.detroit-legal-page__card:hover {
    border-color: #bdbdbd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

.detroit-legal-page__card-main {
    min-width: 0;
}

.detroit-legal-page__card-title {
    margin: 0 0 6px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.detroit-legal-page__card-meta {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

.detroit-legal-page__card-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #222;
    background: #f8f8f8;
}

.detroit-legal-page__actions {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.detroit-legal-page__status {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .detroit-legal-page__card {
        padding: 16px;
        align-items: flex-start;
    }

    .detroit-legal-page__card-title {
        font-size: 16px;
    }
}
