.shfm-wrapper {
    background: #666666;
    color: #e7edf7;
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
    border-radius: 8px;
    padding: 16px;
    overflow-x: auto;
}

.shfm-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.shfm-tab {
    border: 0;
    background: transparent;
    color: #9fb0cc;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 0;
}

.shfm-tab.is-active {
    color: #132742;
    border-bottom: 2px solid #132742;
}

.shfm-filters {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.shfm-filters label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #c7d4e9;
}

.shfm-filters label span {
    white-space: nowrap;
}

.shfm-filters select {
    min-width: 150px;
    padding: 8px 10px;
    border: 1px solid #4b4b4b;
    border-radius: 4px;
    background: #4b4b4b;
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
}

.shfm-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}

.shfm-table thead th {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #4b4b4b;
    padding: 10px 8px;
    white-space: nowrap;
}

.shfm-table tbody td {
    padding: 10px 8px;
    border-bottom: 1px solid #4b4b4b;
    font-size: 14px;
}

.shfm-table tbody tr:hover td {
    background: #132742;
}
