/*
 Theme Name:   Mezan Child
 Theme URI:    https://wdtthemes.kinsta.cloud/mezan
 Description:  Mezan Child Theme
 Author:       the Mezan team
 Author URI:   https://wedesignthemes.com/
 Template:     mezan
 Version:      1.0.0
 Text Domain:  mezan-child
*/

.custom-file-field{
	padding: 10px 20px; 
	width: fit-content !important; 
	background: #00658C;
} 

.custom-file-field a{
	color: white;
}

.custom-files-section{
	display: flex !important;
	width: fit-content !important;
	height: fit-content !important;
	flex-direction: column !important;
	gap: 5px;
}

.custom-file-item{
	width:  fit-content !important;
	height: fit-content !important;
	display: flex !important;
}

.custom-file-item:hover{
	opacity: 0.8;
}

.custom-file-item a {
    background: var(--wdtPrimaryColor);
    color: white;
    padding: 10px 20px;
}