/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.mp-file-item {
    background: rgba(251, 249, 255, 0.7);
    border: 1px solid #EFEFEF;
    border-radius: 8px;
	padding:1.5rem;
	width:31%;
}
.mp-files-grid {
    display: flex;
	gap:24px;
}
.mp-file-content {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
}
.mp-file-item h4 {
    font-size: 1.125rem;
    margin: 0 0 0.25rem 0;
    font-weight: 400;
}
.file-icon img {
    width: 37px;
}
.file-content {
    width: 85%;
}
.mp-file-item p{
    font-size: 0.75rem;
    color: #484848;
    line-height: 1.4;
	margin-bottom:0;
}
a.mp-download-btn {
    background: #F0E4FF;
    border: 1px solid #D8CDE5;
    border-radius: 100px;
    padding: 10px 20px 8px;
    font-weight: 400;
    font-size: 0.875rem;
    color: #4B247A;
}
.mp-file-item button{
	padding: 0.625rem 1.25rem;
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.2;
}