/*
Theme Name: Astra Child
Template: astra
   Version: 1.1
*/

/*
a {
    text-decoration: none;
    background-image: linear-gradient(#2E6FE0, #2E6FE0);
    background-size: 0% 2px;
    background-position: left bottom;
    background-repeat: no-repeat; 
    transition: background-size 0.3s ease;
}

a:hover {
    background-size: 100% 2px;
}
*/

.mt-card {
    background-color: #F4F5F7;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
@media (max-width: 600px) {
    .mt-card {
        padding: 15px;
    }
}