@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
    font-family: Inter, sans-serif !important;
}

.section-1 .title {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    flex: 1 0 0;
}

.section-1 .sub-title {
    color: #8a8a8a;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.section-1 img {
    aspect-ratio: 18/23;
    object-fit: cover;
}

.section-1 .card-grid-item {
    border-radius: 12px;
    border: 0.5px solid #C8C8C8;
    background: #FFF;
    overflow: hidden;
}

.section-1 .card-content {
    gap: 10px;
}

.section-1 p {
    color: #9a9a9a;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-1 .event-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #383838;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-1 .datetime {
    color: #9495a7;
}

.section-1 .label {
    width: fit-content;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000000000px;
    border: 0.5px solid #9495a7;
}

.section-1 .text-group {
    gap: 4px;
}

.section-1 .custom-button {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #fdcf12;
    box-shadow: 0px 2px 8px 0px rgba(253, 207, 18, 0.5);
    cursor: pointer;
}

.section-1 .custom-button p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.tooltip {
    --bs-tooltip-bg: rgba(0, 0, 0, 0.85) !important; /* Darker background */
    --bs-tooltip-color: #fff !important; /* White text */
    --bs-tooltip-opacity: 1 !important;
    --bs-tooltip-padding-x: 8px !important;
    --bs-tooltip-padding-y: 6px !important;
    --bs-tooltip-border-radius: 6px !important; /* Rounded corners */
    --bs-tooltip-font-size: 14px !important;
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg) !important;
    color: var(--bs-tooltip-color) !important;
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x) !important;
    border-radius: var(--bs-tooltip-border-radius) !important;
    font-size: var(--bs-tooltip-font-size) !important;
    max-width: 250px !important; /* Set max width */
    text-align: center !important;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--bs-tooltip-bg) !important;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--bs-tooltip-bg) !important;
}
