/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child theme for Twenty Twenty-Five with custom MetaBox fields for political advertising transparency notices
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
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: twentytwentyfive-child
*/

/* Custom styles for transparency notice posts */


.wp-child-theme-politadstransparency .wp-block-group .wp-block-site-title {
    font-weight: 700;
    letter-spacing: -.5px
}

.post-template-default.wp-child-theme-politadstransparency .wp-container-core-group-is-layout-7a92790e {
    gap: 24px;
}

.post-template-default.wp-child-theme-politadstransparency .wp-container-core-group-is-layout-e5edad21 {
    justify-content: space-between;
}

.wp-child-theme-politadstransparency .cope-logo-footer {
    justify-content: end;
}

.transparency-notice {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: #ffffff;
    line-height: 1.5;
}

.transparency-notice .ad-id-label {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: #666;
    margin-bottom: 0.5rem;
}

.transparency-notice h1 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #1a1a1a;
}

.transparency-notice h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.transparency-notice p {
    margin-bottom: 1rem;
}

.transparency-notice ul {
    margin-bottom: 1rem;
}

.transparency-notice .field-value,
.transparency-notice .date-range {
    font-weight: 600;
    color: #000;
}


.transparency-notice .repeatable-item {
    margin-left: 2rem;
    padding: 0.5rem 0;
}