.smswallet-page-header {
    margin-bottom: 16px;
}

.smswallet-page-header h5 {
    margin: 0 0 6px 0;
    font-weight: 600;
    color: #0d6efd;
    display: flex;
    align-items: center;
    gap: 8px;
}

.smswallet-lead {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    max-width: 720px;
}

.smswallet-lead-follow {
    margin-top: 8px;
}

.smswallet-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: flex-end;
    margin-bottom: 14px;
}

.smswallet-filters .form-label {
    font-size: 12px;
    color: #666;
}

.smswallet-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
}

.smswallet-table-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.smswallet-meta {
    padding: 10px 14px;
    background: #f8f9ff;
    border-bottom: 1px solid #e5e7eb;
    font-size: 13px;
    color: #0d6efd;
    font-weight: 500;
}

.smswallet-table-scroll {
    max-height: 460px;
    overflow-y: auto;
}

.smswallet-table-scroll thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

#smsSentTable td:last-child,
#smsPurchasesTable td:last-child {
    word-break: break-word;
    max-width: 420px;
}

.nav-tabs .nav-link {
    font-weight: 500;
}
