/* AelfGospel.css */
.widget-gospel .card-body {
    padding: 0.5rem;
}

/* Liturgical colors styles */
/**Vert**/
.border-liturgical-vert {
    --bs-border-opacity: 1;
    border-color: rgba(0, 128, 0,var(--bs-border-opacity));
    background-color: rgba(0, 128, 0,0.2);
}
.bg-liturgical-vert {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 128, 0,var(--bs-bg-opacity));
}

/**Violet**/
.border-liturgical-violet {
    --bs-border-opacity: 1;
    border-color: rgba(128, 0, 128, 1,var(--bs-border-opacity));
    background-color: rgba(128, 0, 128,0.2);
}

.bg-liturgical-violet {
    --bs-bg-opacity: 1;
    background-color: rgba(128, 0, 128,var(--bs-bg-opacity));
}

/**Blanc**/
.border-liturgical-blanc {
    --bs-border-opacity: 1;
    border-color: rgba(255, 223, 0,var(--bs-border-opacity));
    background-color: rgba(255, 223, 0,0.2);
}

.bg-liturgical-blanc {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 223, 0,var(--bs-bg-opacity));
}

/**Rouge**/
.border-liturgical-rouge {
    --bs-border-opacity: 1;
    border-color: rgba(204, 0, 0,var(--bs-border-opacity));
    background-color: rgba(204, 0, 0,0.2);
}

.bg-liturgical-rouge {
    --bs-bg-opacity: 1;
    background-color: rgba(204, 0, 0,var(--bs-bg-opacity));
}

/**Rose**/
.border-liturgical-rose {
    --bs-border-opacity: 1;
    border-color: rgba(204, 0, 0, 1,var(--bs-border-opacity));
    background-color: rgba(255, 192, 203,0.2);
}

.bg-liturgical-rose {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 192, 203,var(--bs-bg-opacity));
}

/**Noir**/
.border-liturgical-noir {
    --bs-border-opacity: 1;
    border-color: rgba(0, 0, 0,var(--bs-border-opacity));
    background-color: rgba(0, 0, 0,0.2);
}

.bg-liturgical-noir {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0,var(--bs-bg-opacity));
}