/*
Theme Name: Dancing Star Child
Author: youan
Description: Trying some custom bits
Version: 1.0
Template: dancing-star

This is the child theme for Dancing Star theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.entry-content p {
    color: #FFBD59;
    text-shadow: 0.05em 0.07em 0 #E1512F;
    font-size: 1.4rem;
    /* Glassmorphic background */
    background: rgba(196, 125, 71, 0.65);  /* #C47D4 at 65% opacity */
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 20px 24px;
    border: 0.5px solid #FFBD59;
}

@media (max-width: 768px) {
    .entry-content p {
    color: #FFffff;
    }
} 

/* Remove glassmorph from RPP schedule paragraphs */
.wp-block-radplapag-schedule p {
    background: none !important;
    backdrop-filter: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    text-shadow: none !important;
    font-size: inherit !important;
}