/*
Theme Name: twenty twenty-five PG child
Theme URI: 
Author: jsan
Author URI: 
Description: child theme for Pleasant Grove Baptist Church
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
Template: twentytwentyfive
Text Domain: twenty-twenty-five-pg-child
*/

/* 1. External Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap');

/* 2. Global Helper Styles */

/* Target the separator inside the very last post of any query loop */
.wp-block-post-template > .wp-block-post:last-child .hide-last-separator,
.wp-block-post-template > div:last-child .hide-last-separator {
    display: none !important;
}

/* Remove bullets from the specific service times list */
.bullet-free-list {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* 3. Scripture Shortcode Styling */

.scripture-block {
    margin: 30px auto;
    padding: 25px;
    background-color: #fdfaf3; /* Faint cream */
    border-left: 5px solid #4A4439;
    border-radius: 8px;
    /* This cap keeps the card looking like a bulletin note on big monitors */
    max-width: 650px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* The Handwriting Font */
body .scripture-block p.scripture-text {
    font-family: 'Kalam', cursive !important;
    font-size: 1.4rem !important; 
    line-height: 1.5 !important;
    color: #2c2c2c !important;
    margin-bottom: 15px !important;
    text-align: center;
}

/* The "Jesus Saves" Red */
body .scripture-block.scripture-red p.scripture-text {
    color: #e63946 !important;
    font-weight: 700 !important;
}

.scripture-ref {
    display: block;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    color: #666;
}

/* Target the specific list in your Service Times card */
.wp-block-list {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Ensure the text stays centered or aligned consistently */
.wp-block-list li {
    margin-bottom: 8px; /* Adds a nice gap between times */
}
