﻿
/* Remove Bootstrap accordion caret and match screenshot */
.addr-acc-btn::after {
    display: none !important;
}

.addr-acc-btn {
    cursor: pointer;
}

.addr-chevron {
    color: #6c757d;
}

/* Segmented tabs look (light background, active tab white) */
.segmented-tabs {
    background: #f3f6f9;
    border-radius: 8px;
    padding: 6px;
    gap: 6px;
}

    .segmented-tabs .nav-link {
        border: 1px solid transparent;
        border-radius: 6px;
        color: #495057;
        font-weight: 500;
        padding: 10px 12px;
    }

        .segmented-tabs .nav-link.active {
            background: #fff;
            border-color: #dee2e6;
            box-shadow: 0 1px 2px rgba(0,0,0,.06);
        }

/* Files table header tint (like the screenshot) */
.files-table thead {
    background: #eaf5ff;
}

    .files-table thead th {
        border-bottom: 0;
        font-size: .9rem;
    }

/* Icon button like screenshot */
.icon-btn {
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    line-height: 1;
}

    .icon-btn i {
        font-size: 1rem;
    }


