

/* Start:/local/components/kstmru/network.drive/templates/.default/style.css?17744261652676*/
﻿.kstmru-drive-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.kstmru-drive {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.kstmru-breadcrumbs {
    font-size: 15px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
    color: #64748b;
}

.kstmru-breadcrumbs a {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.kstmru-breadcrumbs a:hover {
    color: #0284c7;
}

.kstmru-breadcrumbs .sep {
    margin: 0 8px;
    color: #cbd5e1;
}

.kstmru-table-responsive {
    overflow-x: auto;
}

.kstmru-table {
    width: 100%;
    border-collapse: collapse;
}

.kstmru-table th {
    text-align: left;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #475569;
    border-bottom: 2px solid #e2e8f0;
}

.kstmru-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #334155;
    font-size: 14px;
}

.kstmru-table tr:hover td {
    background-color: #f8fafc;
}

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

.kstmru-table .icon {
    text-align: center;
    padding-right: 0;
    vertical-align: middle;
}

.kstmru-table .icon svg {
    display: block;
    margin: 0 auto;
}

.kstmru-table .muted {
    color: #64748b;
    font-size: 13px;
}

.kstmru-table a.folder-link, 
.kstmru-table a strong {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: color 0.2s;
}

.kstmru-table a.folder-link:hover,
.kstmru-table a strong:hover {
    color: #0284c7;
    text-decoration: underline;
}

.kstmru-table .file-name {
    color: #334155;
}

.actions {
    text-align: right;
    white-space: nowrap;
}

.actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #475569; /* Цвет иконок просмотра/скачивания */
    text-decoration: none;
    transition: all 0.2s ease;
    margin-left: 6px;
}

.actions .btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.actions .btn svg {
    display: block;
}
/* End */
/* /local/components/kstmru/network.drive/templates/.default/style.css?17744261652676 */
