.mhfa-form {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
}

.mhfa-form input,
.mhfa-form select {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
}

.mhfa-form button {
    background: #0073aa;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.mhfa-form button:hover {
    background: #005177;
}

.mhfa-folder {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
    font-weight: bold;
}

.mhfa-folder:hover {
    color: #0073aa;
    transform: scale(1.05);
}

#mhfa-file-browser button {
    padding: 0;
    border: none;
    background: none;
    color: unset;
}
#mhfa-file-browser button:hover {
    color: unset;
}

header .elementor-button {
    border-width: 3px;
}

.folder-file-list li{
    display: flex;
    justify-content: space-between;
}

.folder-file-list .file_link{
    color: #EE237C;
    font-weight: bold;
    font-size: 18px;
}

.folder-file-list .file_link span{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.folder-file-list .file_link span:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
}
.folder-file-list .file_link span.download:after{
    background-image: url(/wp-content/plugins/mhfa-files/assets/imgs/icon-download.png);
}
.folder-file-list .file_link span.watch:after{
    background-image: url(/wp-content/plugins/mhfa-files/assets/imgs/icon-watch.png);
}