.doc-card-f3eb27e2 {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    width: 100%;
    gap: 20px;
}

.doc-card-f3eb27e2:hover {
    background-color: #f8fafc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.doc-card-icon-main-f3eb27e2 {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 20px;
    transition: all 0.3s ease;
}

.doc-card-f3eb27e2:hover .doc-card-icon-main-f3eb27e2 {
    background-color: #e2e8f0;
}

.doc-card-icon-main-f3eb27e2 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.doc-card-content-f3eb27e2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.doc-card-title-f3eb27e2 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.2;
}

.doc-card-meta-f3eb27e2 {
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.doc-card-icon-right-f3eb27e2 {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, transform 0.3s ease;
}

.doc-card-f3eb27e2:hover .doc-card-icon-right-f3eb27e2 {
    color: #3b82f6;
    transform: translateY(2px);
}

.doc-card-icon-right-f3eb27e2 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
