/*
Theme Name: subtopikal-v3
Theme URI:
Author: Silver Scale Creations
Author URI:
Description: Third attempt at creating the Subtopikal theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: subtopikal-v3
Tags:
*/

/* Styling for the field with the slug 'my_custom_field_name' */
.acf-subhead-style {
    /* Example Styling */
    color: #0073aa; /* WordPress blue */
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    display: block; /* Ensures the div takes up its own line */
}

/* Rounded image styling for featured images */
figure.wp-block-image.rounded-image {
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 5px solid red !important;
    display: block !important;
}

figure.wp-block-image.rounded-image img {
    border-radius: 15px !important;
    display: block !important;
}

/* Featured post image styling - used by Chrome extension for generated posts */
.wp-block-image.featured-post-image {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    overflow: hidden !important;
    max-width: 400px !important;
}

.wp-block-image.featured-post-image figcaption {
    text-align: center !important;
    max-width: 100% !important;
}