.custom-events-wrapper .events-wrapper {
    margin: 0 auto;
}

.custom-events-wrapper .month-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 40px 0 28px;
}

.custom-events-wrapper .month-heading h2 , .custom-events-wrapper .accordion-content-custom h2{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #00479d;
    white-space: nowrap;
}

.custom-events-wrapper .month-heading .line {
    width: 100%;
    height: 1px;
    background: #d6d6d6;
}

.custom-events-wrapper .event-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 34px 32px 32px;
    margin-bottom: 34px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.35s ease;
}

.custom-events-wrapper .event-top {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.custom-events-wrapper .event-image {
    width: 300px;
    height: 175px;
    border-radius: 18px;
    overflow: hidden;
    flex-shrink: 0;
}

.custom-events-wrapper .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-events-wrapper .event-content {
    flex: 1;
    padding-top: 2px;
}

.custom-events-wrapper .location-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.custom-events-wrapper .location-row svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.custom-events-wrapper .location-row span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #00479d;
}

.custom-events-wrapper .event-title, .custom-events-wrapper .accordion-content-custom h3 {
    margin: 0 0 14px;
    font-size: 23px !important;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000;
}

.custom-events-wrapper .event-side {
    padding-top: 28px;
    text-align: right;
    flex-shrink: 0;
}

.custom-events-wrapper .event-date {
    /*margin-bottom: 8px;
    line-height: 1.25;
    font-weight: 600;*/
	text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding-top: 4px !important;
    font-weight: 700 !important;
    color: #003D82;
	
}

.custom-events-wrapper .event-time {
    /*margin-bottom: 28px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #111827 !important;*/
	text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding-top: 4px !important;
    font-weight: 700 !important;
	 color: #111827 !important;
	 margin-bottom: 28px !important;
}

.custom-events-wrapper .custom-event-side .details-btn {
    width: 100%;
    height: auto;
    border: none !important;
    border-radius: 10px !important;
    background: #00479d !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: 0.25s ease !important;
}

.custom-events-wrapper .details-btn:hover {
    background: #003b84 !important;
}

.custom-events-wrapper .accordion-content-custom {
    display: none;
    margin-top: 25px;
}

.custom-events-wrapper .accordion-inner {
    padding-top: 8px !important;
}

.custom-events-wrapper .accordion-text p {
    margin: 14px 0 !important;
    line-height: 1.35 !important;
    color: #4b5563 !important;
}

.custom-events-wrapper .accordion-text ul,  .custom-events-wrapper .accordion-text ol{
    margin: 14px 0 !important;
}

.custom-events-wrapper .accordion-text ul li,  .custom-events-wrapper .accordion-text ol li{
    font-size: 14px !important;
}
.custom-events-wrapper .category-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 15px;
    padding: 15px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    background: #fafafa;
}

.custom-events-wrapper .category-main {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    color: #00479d;
}

.custom-events-wrapper .category-main svg {
    width: 24px;
    height: 24px;
}

.custom-events-wrapper .crumb {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    color: #374151;
}

.custom-events-wrapper .crumb-arrow {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #00479d;
}

@media (max-width: 1540px) {
    .custom-events-wrapper .events-wrapper {
        width: 100%;
        padding-inline: 20px;
    }
}

@media (max-width: 1200px) {
    .custom-events-wrapper .event-top {
        flex-direction: column;
    }

    

    .custom-events-wrapper .event-side {
        width: 100%;
        padding-top: 10px;
        text-align: left;
    }
}

@media (max-width: 768px) {

    .custom-events-wrapper .category-bar {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 480px) {

    .custom-events-wrapper .event-image {
		width: 100%;
	}
	
	.custom-events-wrapper .accordion-content-custom {
    margin-top: 0px;
	}
}