.files {
}

.filestitle {
	font-weight: bold;
	color: #3F1D80;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2rem;
margin-top: 1rem;
}
.filestitle img {
	height: 1.3rem; 
	width: auto;
}
.filestexte {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 1rem;
 }

.filesper {
		font-size: 0.8rem;
}

.files-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.files-form select {
    max-width: 100%;
}

.files-category,
.file-item {
    margin-bottom: 1rem;
}


.file-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.9rem;
}
.files-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.files-send {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-actions,
.file-screens-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.file-alturl {
    margin-top: 0.5rem;
}
.files-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}


.file-image {
    text-align: center;
    margin: 0.5rem 0;
}

.file-text {
    margin: 0.5rem 0;
}

.files-empty {
    text-align: center;
}
.files-controls {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.files-result {
    text-align: center;
    padding: 1.5rem 0.75rem;
}

.files-result .filestitle {
    margin-bottom: 0.75rem;
}
/* ABC блок */

.files-abc {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 0.4rem;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
/* сами буквы */
.files-abc .filesper {
    display: inline-block;
    padding: 0.25rem 0;
}
/* формы селектов */
.files-form {
    display: inline-block;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}

/* список файлов */
.files-list {
    width: 100%;
}


/* изображение файла */
.file-image {
    text-align: center;
    margin: 0.5rem 0;
}

/* пустые состояния */
.files-empty {
    padding: 1rem 0.5rem;
}

