.esm-files-group{
    margin-top:30px;
}

.esm-files-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
}

.esm-files-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.esm-files-table thead th {
    text-align: left;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}

.esm-files-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.esm-files-table tbody tr:last-child td {
    border-bottom: 0;
}

.esm-files-table tbody tr:hover {
    background: #fafafa;
}

.esm-col-icon {
    width: 90px;
}

.esm-col-date,
.esm-col-size,
.esm-col-download {
    white-space: nowrap;
}

.esm-file-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef2f7;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.esm-file-name {
    font-weight: 500;
    line-height: 1.4;
}

.esm-download-link {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

.esm-download-link:hover,
.esm-download-link:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .esm-files-table thead {
        display: none;
    }

    .esm-files-table,
    .esm-files-table tbody,
    .esm-files-table tr,
    .esm-files-table td {
        display: block;
        width: 100%;
    }

    .esm-files-table {
        border: 0;
        background: transparent;
    }

    .esm-files-table tbody tr {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        margin-bottom: 14px;
        padding: 8px 0;
    }

    .esm-files-table tbody td {
        border: 0;
        padding: 8px 14px;
    }

    .esm-files-table tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 4px;
        color: #6b7280;
    }

    .esm-col-icon .esm-file-icon {
        margin-top: 2px;
    }
}

.esm-login-message {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 0.95rem;
}


.esm-login-message-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.esm-member-login #loginform input[type="text"],
.esm-member-login #loginform input[type="password"] {
    border: 1px solid #323232 !important;
}

.textbox{
   border: 1px solid #323232 !important;
}