/*
Theme Name: CoinExtra Child
Theme URI: https://coinextra.net
Description: CoinExtra Child Theme based on GeneratePress
Author: CoinExtra
Author URI: https://coinextra.net
Template: coinextra-theme
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: coinextra-child
*/

/* Custom CoinExtra styles */
:root {
    --coinextra-blue: #1a73e8;
    --coinextra-yellow: #f9a825;
    --coinextra-red: #e53935;
}

/* Responsive images - single post & pages */
.entry-content img,
.post-image img,
.inside-article img,
article img,
.wp-block-image img,
figure img {
    max-width: 100%;
    height: auto;
    display: block;
}

.entry-content iframe,
.entry-content video,
.entry-content embed {
    max-width: 100%;
    height: auto;
}

/* WordPress caption/figure responsive */
.wp-caption,
.wp-block-image,
figure.wp-caption {
    max-width: 100%;
}

/* Featured image responsive */
.post-image,
.featured-image {
    max-width: 100%;
    overflow: hidden;
}

.post-image img,
.featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
