/*
Theme Name: Newsup Child
Theme URI: https://themeansar.com/free-themes/newsup/
Template: newsup
Author: Themeansar
Author URI: https://themeansar.com
Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-header,custom-menu,editor-style,featured-images,footer-widgets,theme-options,threaded-comments,rtl-language-support,translation-ready,full-width-template,custom-logo,blog,news
Version: 5.2.9.1775535852
Updated: 2026-04-07 00:24:12

*/

/* Search result cards */
.fta-search-card {
    display: flex;
    gap: 28px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    align-items: flex-start;
}

.fta-search-card__image {
    width: 42%;
    flex: 0 0 42%;
}

.fta-search-card__image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.fta-search-card__content {
    width: 58%;
    flex: 1;
}

.fta-search-card__badge {
    display: inline-block;
    background: #1e5ae7;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.fta-search-card__title {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
}

.fta-search-card__title a {
    color: #111;
    text-decoration: none;
}

.fta-search-card__title a:hover {
    color: #1e5ae7;
}

.fta-search-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #555;
}

.fta-search-card__stats {
    margin-bottom: 14px;
}

.fta-search-card__stat {
    margin-bottom: 8px;
    font-size: 16px;
    color: #222;
}

.fta-search-card__note {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.fta-search-card__button {
    display: inline-block;
    background: #1e5ae7;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 6px;
    font-weight: 700;
}

.fta-search-card__button:hover {
    color: #fff;
    background: #1447bb;
}

@media (max-width: 991px) {
    .fta-search-card {
        display: block;
    }

    .fta-search-card__image,
    .fta-search-card__content {
        width: 100%;
        flex: none;
    }

    .fta-search-card__image {
        margin-bottom: 18px;
    }

    .fta-search-card__image img {
        height: auto;
    }
}