.doc-button-50e129f5 {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.doc-button-50e129f5:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.doc-button-year-50e129f5 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-right: 25px;
    white-space: nowrap;
}

.doc-button-name-50e129f5 {
    flex-grow: 1;
    font-size: 15px;
    color: #475569;
}

.doc-button-icon-wrapper-50e129f5 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.doc-button-50e129f5:hover .doc-button-icon-wrapper-50e129f5 {
    transform: translateY(3px);
}

.doc-button-icon-wrapper-50e129f5 i {
    font-size: 1em;
}

.doc-button-icon-wrapper-50e129f5 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
