.tae-inv-docs-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 32px;
}

.tae-inv-docs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tae-inv-docs-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tae-inv-docs-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2332;
    margin: 0;
    line-height: 1.3;
}

.tae-inv-docs-arrow {
    color: #3aaa35;
    font-size: 1.3rem;
    line-height: 1;
}

.tae-inv-docs-view-all {
    font-size: 0.875rem;
    font-weight: 500;
    color: #3aaa35;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease, gap 0.2s ease;
    white-space: nowrap;
}

.tae-inv-docs-view-all:hover {
    color: #2d8a29;
    gap: 7px;
}

.tae-inv-docs-list {
    display: flex;
    flex-direction: column;
}

.tae-inv-docs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
}

.tae-inv-docs-row+.tae-inv-docs-row {
    border-top: 1px solid #e8e8e8;
}

.tae-inv-docs-row-title {
    font-size: 0.95rem;
    color: #1a2332;
    line-height: 1.4;
    flex: 1;
    margin: 0;
}

.tae-inv-docs-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #3aaa35;
    background: transparent;
    color: #3aaa35;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tae-inv-docs-btn:hover {
    background: #3aaa35;
    color: #fff;
    transform: scale(1.08);
}

.tae-inv-docs-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tae-inv-docs-empty {
    text-align: center;
    padding: 32px 0;
    color: #8892a4;
    font-size: 0.875rem;
}
