.poket-event-sync-wrapper .poket-sync-display .image-display {
    background-size: cover;
    background-position: center;
    height: 390px;
    border-radius: 10px;
}

.poket-event-sync-wrapper .poket-sync-display .sync-title-area h2 {
    color: white;
    font-size: 24px;
    line-height: 24px;
    margin-top: 1rem;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-item {
    margin-bottom: 0.8rem;
    border-radius: 8px !important;
    overflow: hidden;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-item:last-child {
    margin-bottom: 0;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-button {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    align-items: start;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-button:not(.collapsed) {
    color: var(--brcolor);
    background-color: transparent;
    box-shadow: none;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-button:not(.collapsed) i::before {
    content: "\ead5";
}

.poket-event-sync-wrapper .poket-sync-list .accordion-button::after {
    display: none;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-button i {
    margin-right: 5px;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-body {
    padding: 0 10px 10px
}

.poket-event-sync-wrapper .poket-sync-list .accordion-body p {
    font-size: 16px;
}

.poket-event-sync-wrapper .poket-sync-list .accordion-body p .fc-red
{
    font-weight: 600;
}