.rbdc_event_white_panel_header {
    background-color: #FFFFFF;
    padding         : 30px 40px;
    width           : auto;
    display         : flex;
    flex-direction  : row;
    justify-content : space-between;
    margin-top      : 30px;
    box-shadow      : 0 8px 8px rgba(0, 0, 0, 0.1);
    border-radius   : 20px;
}

.rbdc_event_white_panel_header .left {
    display       : flex;
    flex-direction: row;
}

.rbdc_event_white_panel_header .left .icon {
    width        : 100px;
    height       : 100px;
    object-fit   : cover;
    border-radius: 100%;
    margin-right : 25px;
}

.rbdc_event_white_panel_header .left .title {
    font-family   : Poppins;
    font-style    : normal;
    font-weight   : 700;
    font-size     : 30px;
    line-height   : 45px;
    letter-spacing: 0.02em;
    color         : #1E1EC1;
    display       : block;
}

.rbdc_event_white_panel_header .left .title_mobile {
    display       : none;
    font-family   : Poppins;
    font-style    : normal;
    font-weight   : 700;
    font-size     : 30px;
    line-height   : 45px;
    letter-spacing: 0.02em;
    color         : #1E1EC1;
}

.rbdc_event_white_panel_header .left .date {
    font-family   : Poppins;
    font-style    : normal;
    font-weight   : 300;
    font-size     : 20px;
    line-height   : 30px;
    letter-spacing: 0.02em;
    color         : #1E1EC1;
}

.rbdc_event_white_panel_header .right {
    display        : flex;
    justify-content: center;
    align-items    : center;
    align-content  : center;
}


.rbdc_event_white_panel_header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.rbdc_event_accordion {
    margin          : 1rem 2rem;
    background-color: #FFFFFF;
    box-shadow      : 0 8px 8px rgba(0, 0, 0, 0.1);
    border-radius   : 20px;
}

.rbdc_event_white_panel_body {
    box-shadow     : 4px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius  : 10px;
    padding        : 1.5rem;
    z-index        : -1;
    display        : flex;
    flex-direction : row;
    justify-content: space-between;
}

.rbdc_event_white_panel_body .left {
    max-width: 80%;
}

.rbdc_event_white_panel_body .left .list dl {
    columns: 2;
}

.rbdc_event_white_panel_body .left .title {
    font-family   : Poppins;
    font-style    : normal;
    font-weight   : 600;
    font-size     : 22px;
    line-height   : 33px;
    letter-spacing: 0.02em;
    color         : #1E1EC1;
}

.rbdc_event_white_panel_body .left .list dt {
    font-family: Poppins;
    font-style : normal;
    font-weight: 600;
    font-size  : 18px;
    line-height: 27px;
    color      : #000000;
}

.rbdc_event_white_panel_body .left .list dd {
    break-before : avoid;
    font-family  : Poppins;
    font-style   : normal;
    font-weight  : 300;
    font-size    : 16px;
    line-height  : 24px;
    color        : #000000;
    margin-left  : 10px;
    margin-bottom: 30px;
}

.rbdc_event_white_panel_body .left p {
    font-family: Poppins;
    font-style : normal;
    font-weight: 400;
    font-size  : 15px;
    line-height: 22px;
    color      : #636363;
}

.rbdc_event_white_panel_body .sk span {
    font-family: Poppins;
    font-style : normal;
    font-weight: 500;
    font-size  : 18px;
    line-height: 27px;
    color      : #303030;
}

.rbdc_event_white_panel_body .sk ol {
    font-family: Poppins;
    font-style : normal;
    font-weight: 400;
    font-size  : 15px;
    line-height: 22px;
    color      : #636363;
}


.rbdc_event_white_panel_body .right button {
    background-color: #0057FF;
    border-radius   : 10px;
    padding         : 20px 35px;
    font-family     : Poppins;
    font-style      : normal;
    font-weight     : 500;
    font-size       : 18px;
    line-height     : 91.1%;
    color           : #FFFFFF;
    border          : none;
    width           : fit-content;
}

@media (max-width:990px) {
    .rbdc_event_accordion {
        margin          : 10px 20px;
        background-color: #FFFFFF;
        box-shadow      : 0 8px 8px rgba(0, 0, 0, 0.1);
        border-radius   : 20px;
    }

    .rbdc_event_white_panel_header {
        padding      : 10px 15px;
        margin-top   : 20px;
        box-shadow   : 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .rbdc_event_white_panel_header .left {
        display       : flex;
        flex-direction: row;
        align-items   : center;
        align-content : center;
    }

    .rbdc_event_white_panel_header .left .icon {
        width : 45px;
        height: 45px;
    }

    .rbdc_event_white_panel_header .left .title {
        display: none;
    }

    .rbdc_event_white_panel_header .left .title_mobile {
        display    : block;
        font-size  : 18px;
        font-weight: 300;
        line-height: 111%;
    }

    .rbdc_event_white_panel_header .left .title_mobile b {
        font-weight: 700;
    }

    .rbdc_event_white_panel_header .left .date {
        font-size  : 12px;
        line-height: 18px;
    }

    .rbdc_event_white_panel_header .right {
        display        : flex;
        justify-content: center;
        align-items    : center;
        align-content  : center;
    }


    .rbdc_event_white_panel_header .rotate-icon {}

    .rbdc_event_white_panel_body {
        padding       : 15px;
        flex-direction: column;
    }

    .rbdc_event_white_panel_body .left {
        max-width: 100%;
    }

    .rbdc_event_white_panel_body .left .list dl {
        columns: 1;
    }

    .rbdc_event_white_panel_body .left .title {
        font-weight: 300;
        font-size  : 12px;
        line-height: 132%;
        color      : #000000;
    }

    .rbdc_event_white_panel_body .left .list dt {
        font-size  : 14px;
        line-height: 21px;
    }

    .rbdc_event_white_panel_body .left .list dd {
        font-size    : 12px;
        line-height  : 18px;
        color        : #636363;
        margin-bottom: 10px;
    }

    .rbdc_event_white_panel_body .left p {
        font-weight: 300;
        font-size  : 12px;
        line-height: 18px;
    }

    .rbdc_event_white_panel_body .sk span {
        font-size     : 14px;
        line-height   : 21px;
        letter-spacing: 0.02em;
    }

    .rbdc_event_white_panel_body .sk ol {
        font-weight: 300;
        font-size  : 12px;
        line-height: 18px;
    }

    .rbdc_event_white_panel_body .right button {
        padding       : 12px 25px;
        font-size     : 12px;
        letter-spacing: 0.025em;
    }
}
