/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add custom CSS below */
/* Article card layout */
.ta-mega-article {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 18px !important;
    width: 100% !important;
}

/* Image */
.ta-mega-article-image {
    flex: 0 0 140px !important;
    width: 140px !important;
}

.ta-mega-article-image img {
    display: block;
    width: 140px !important;
    height: 95px !important;
    object-fit: cover;
    border-radius: 5px;
}

/* Text area */
.ta-mega-article-content {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 220px !important;
    max-width: none !important;
}

/* Title */
.ta-mega-article-title {
    display: block !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;

    color: #111111 !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    margin-bottom: 5px !important;
}

/* Excerpt */
.ta-mega-article-excerpt {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.4 !important;

    color: #555555 !important;

    white-space: normal !important;
    word-break: normal !important;

    margin-bottom: 6px !important;
}

/* Read more */
.ta-mega-article-more {
    display: inline-block !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    color: #FE4402 !important;

    white-space: nowrap !important;
    word-break: normal !important;

    text-decoration: none !important;
}