.sg-768ccad2-container {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

.sg-768ccad2-search-wrapper {
    margin-bottom: 20px;
}

.sg-768ccad2-search {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.sg-768ccad2-search:focus {
    border-color: #2C3E50;
}

.sg-768ccad2-table-responsive {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #E9ECEF;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.sg-768ccad2-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
}

.sg-768ccad2-table th,
.sg-768ccad2-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #E9ECEF;
}

.sg-768ccad2-table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.sg-768ccad2-table tr:last-child td {
    border-bottom: none;
}

.sg-768ccad2-error {
    background: #FEF2F2;
    color: #DC2626;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #FEE2E2;
    font-size: 14px;
    text-align: center;
}
