.attachments-cards {
    margin-top: 2rem;
}

.attachments-cards-title {
    margin-bottom: 1rem;
}

.attachments-card {
    background: #fff;
    border: 1px solid #d9dadb;
    border-top: 3px solid #c62f4b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .10);
    overflow: hidden;
}

.attachments-card .card-body {
    padding: 1rem 1.25rem;
}

.attachments-card-file {
    margin-bottom: .35rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.attachments-card-file a {
    text-decoration: none;
}

.attachments-card-file a:hover,
.attachments-card-file a:focus {
    text-decoration: underline;
}

.attachments-card-file .fa,
.attachments-card-file .fas,
.attachments-card-file .far {
    margin-right: .5rem;
}

.attachments-card-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #5c6f82;
}

.attachments-card .at_description,
.attachments-card .at_user_field,
.attachments-card .at_creator_name,
.attachments-card .at_downloads,
.attachments-card .at_created_date,
.attachments-card .at_mod_date,
.attachments-card .at_edit {
    margin-top: .5rem;
}

.attachments-card-file a {
    color: #06c;
}

.attachments-card-file .fa,
.attachments-card-file .fas,
.attachments-card-file .far {
    color: #06c;
    font-size: 1.1rem;
}

.attachments-card-file a:focus-visible {
    outline: 3px solid rgba(0, 102, 204, .35);
    outline-offset: 3px;
    border-radius: 2px;
}

/* MIG-2026-001 - Attachments responsive grid */
.attachments-cards > .row {
    margin-left: 0;
    margin-right: 0;
}

.attachments-cards > .row > [class*="col-"] {
    min-width: 0;
}

.attachments-card {
    width: 100%;
    max-width: 100%;
}
