/* Parish Mass Times Public Styles */
.pmt-mass-times-container,
.pmt-all-parish-masses {
    margin-bottom: 2em;
    font-family: sans-serif; /* Basic font, theme will likely override */
    line-height: 1.6;
}

.pmt-mass-times-container h3,
.pmt-all-parish-masses h2,
.pmt-all-parish-masses h3 { /* h3 for church names in all parish view */
    margin-bottom: 0.5em;
    color: #333;
    /* Example: border-bottom: 1px solid #eee; padding-bottom: 0.3em; */
}
.pmt-all-parish-masses h2 {
    font-size: 1.8em; /* Larger for main title of all parish view */
    margin-bottom: 1em;
}
.pmt-mass-times-container h3 { /* Single Church View Title */
     font-size: 1.6em;
}
.pmt-all-parish-masses .pmt-church-section h3 { /* Church titles within All Parish view */
    font-size: 1.4em;
    color: #444;
    /* border-bottom: 1px dotted #ccc; */
    padding-top: 0.5em;
}


.pmt-day-group {
    margin-bottom: 1em;
    padding-left: 10px; /* Indent day groups slightly */
}

.pmt-day-group h4 {
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    font-size: 1.1em;
    color: #555;
    text-transform: uppercase; /* As per example SUNDAY: */
}

.pmt-times-list {
    list-style: none;
    padding-left: 15px; /* Indent times under the day */
    margin-left: 0;
}

.pmt-times-list li {
    margin-bottom: 0.5em;
}

.pmt-event-title {
    font-weight: bold;
}

.pmt-time {
    /* font-weight: bold; */ /* Optionally make time bold */
    margin-right: 5px;
}

.pmt-livestream {
    font-style: italic;
    color: #0073aa; /* WordPress blue, or your theme's accent color */
    font-size: 0.9em;
}

.pmt-details {
    font-size: 0.9em;
    color: #777;
    margin-top: 0.2em;
    margin-left: 5px; /* Indent details slightly */
    padding-left: 10px;
    border-left: 2px solid #eee;
}

.pmt-no-masses p {
    color: #777;
    font-style: italic;
}

.pmt-all-parish-masses .pmt-church-section {
    border-top: 1px solid #ddd;
    padding-top: 1em;
    margin-top: 1.5em;
}
.pmt-all-parish-masses .pmt-church-section:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}