:root {
    --espbp-organizer-title-alignment: left;
    --espbp-organizer-title-color: #0D95C7;
    --espbp-organizer-description-color: black;
    --espbp-organizer-description-alignment: left;
    --espbp-organizer-img-alignment: left;
    --espb-organizer-image-width: auto;
    --espb-organizer-image-max-width: 100%;
    --espb-organizer-image-height: auto;
    --espbp-organizer-image-opacity: 1;
    --espbp-organizer-image-opacity-hvr: 1;
    --espbp-organizer-img-transition-duration: 3s;
    --espbp-organizer-img-border-radius: 0;
    --espbp-org-temp-detail-field-color: black;
    --espbp-org-temp-detail-label-icon-color: black;
}

/* Organizer Title widget css */

.espbp-organizer-title {
    text-align: var(--espbp-organizer-title-alignment);
    color: var(--espbp-organizer-title-color) !important;
    margin: 0;
}

/* Organizer Description widget css */

.espbp-organizer-description {
    color: var(--espbp-organizer-description-color);
    text-align: var(--espbp-organizer-description-alignment);
}

.espbp-organizer-description p{
    margin-bottom: 0;
}

/* Organizer Image widget css */

.espbp-organizer-featured-img {
    text-align: var(--espbp-organizer-img-alignment);
}

.espbp-organizer-featured-img img {
    width: var(--espb-organizer-image-width);
    max-width: var(--espb-organizer-image-max-width);
    height: var(--espb-organizer-image-height);
    opacity: var(--espbp-organizer-image-opacity);
    border-radius: var(--espbp-organizer-img-border-radius);
}

.espbp-organizer-featured-img img:hover {
    opacity: var(--espbp-organizer-image-opacity-hvr);
}

.espbp-organizer-featured-img img:hover,
.espbp-organizer-featured-img:hover {
    transition-duration: var(--espbp-organizer-img-transition-duration);
}

/* Organizer Details widget css */

.espbp-org-temp-detail-field{
    color : var(--espbp-org-temp-detail-field-color);
}

.espbp-organizer-temp-label, 
.espbp-organizer-temp-icon i{
    color: var(--espbp-org-temp-detail-label-icon-color);
}

.espbp-organizer-temp-details{
    display: flex;
    flex-direction: var(--flex-direction);
    justify-content: var(--justify-content);
    gap: var(--gap);
    flex-wrap: var(--flex-wrap);
    align-items: var(--align-items);
}

/* .espbp_content_wrapper{
    display: none;
} */