.webstudio_albania40-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.webstudio_albania40-search-wrapper {
    position: relative;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.webstudio_albania40-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.webstudio_albania40-searchBox {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
    color: #1e293b;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.webstudio_albania40-searchBox:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.webstudio_albania40-table-container {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 
                0 2px 4px -1px rgba(0,0,0,0.06);
}

.webstudio_albania40-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
}

.webstudio_albania40-table th {
    background: #f8fafc;
    padding: 20px;
    font-weight: 600;
    color: #1e293b;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e2e8f0;
}

.webstudio_albania40-table th .subtitle {
    display: block;
    font-size: 12px;
    color: #64748b;
    text-transform: none;
    font-weight: normal;
    margin-top: 4px;
}

.webstudio_albania40-table td {
    padding: 16px 20px;
    color: #334155;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.webstudio_albania40-table tr:last-child td {
    border-bottom: none;
}

.webstudio_albania40-table tr {
    transition: all 0.2s ease;
}

.webstudio_albania40-table tr:hover {
    background-color: #f1f5f9;
}

.webstudio_albania40-table tr:hover td {
    color: #1e293b;
}

.webstudio_albania40-table td:first-child {
    font-weight: 500;
}

.webstudio_albania40-table td:not(:first-child) {
    text-align: center;
    font-weight: 600;
    color: #3b82f6;
}

@keyframes fadeIn {
    from { opacity: 0.7; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 968px) {
    .webstudio_albania40-table th,
    .webstudio_albania40-table td {
        padding: 15px 12px;
    }
    
    .webstudio_albania40-table th {
        font-size: 13px;
    }
    
    .webstudio_albania40-table td {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .webstudio_albania40-container {
        padding: 0 10px;
        margin: 15px auto;
    }

    .webstudio_albania40-table-container {
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .webstudio_albania40-table th,
    .webstudio_albania40-table td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .webstudio_albania40-table th .subtitle {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .webstudio_albania40-table th,
    .webstudio_albania40-table td {
        padding: 10px 6px;
        font-size: 12px;
    }
    
    .webstudio_albania40-searchBox {
        padding: 12px 12px 12px 40px;
        font-size: 14px;
    }
}

.webstudio_albania40-table-container::-webkit-scrollbar {
    height: 6px;
}

.webstudio_albania40-table-container::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.webstudio_albania40-table-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.webstudio_albania40-table-container::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}