/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  Astra Child Theme
Author:       Brainstorm Force
Author URI:   https://wpastra.com/about/
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Add your custom CSS below this line */

.response {
   padding:0.25rem;
   margin-bottom: 0.25rem;
}
.alert {
   padding:0.25rem;
   background-color: #f6eeeea8;
}
.alert.alert-danger {
   color: red;
}
.alert.alert-danger p {
   margin-bottom: 0.5rem !important;
}

.alert ul {
   margin-bottom: 0;
}

.ekit-template-content-footer .elementor-icon-list-item {
   display: flex;
}
.ekit-template-content-footer .elementor-icon-list-icon svg {
   width: 20px !important;
   height: 20px;
}
.ekit-template-content-footer .elementor-icon-list-text {
   padding-left: 10px;
}