/* Conferences: exactly three equal cards on desktop, two on tablet, one on mobile. */
html body.page-id-6511 .entry-content > section:first-child h1 {
    max-width: 820px !important;
    margin: 10px 0 12px !important;
    font-size: clamp(27px, 2.25vw, 34px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em !important;
    overflow-wrap: anywhere !important;
}

html body.page-id-6511 .entry-content > section:first-child {
    margin-bottom: 32px !important;
}

html body.page-id-6511 .hcf-date {
    display: block !important;
    margin: 0 0 14px !important;
    color: #2a9d8f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

html body.page-id-6511 .huruf-conference-schedule {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    color: #2a9d8f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

html body.page-id-6511 .hcf-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
    width: 100% !important;
}

html body.page-id-6511 .hcf-card {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    overflow: visible !important;
}

html body.page-id-6511 .hcf-body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
    overflow: visible !important;
}

html body.page-id-6511 .hcf-body > h2 {
    font-size: clamp(20px, 1.55vw, 25px) !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
}

html body.page-id-6511 .hcf-desc {
    flex: 1 1 auto !important;
}

/* The registration CTA must remain visible before, during, and after hover. */
html body.page-id-6511 button.hcf-register,
html body.page-id-6511 button.hcf-register:not(:hover),
html body.page-id-6511 button.hcf-register:not(:focus) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    position: relative !important;
    z-index: 3 !important;
    width: auto !important;
    min-height: 46px !important;
    margin: 20px 0 0 !important;
    padding: 12px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #17191f !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

html body.page-id-6511 button.hcf-register:hover,
html body.page-id-6511 button.hcf-register:focus,
html body.page-id-6511 button.hcf-register:focus-visible {
    display: inline-flex !important;
    background: #2ca395 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

html[lang="ar-SA"] body.page-id-6511 button.hcf-register,
html body.page-id-6511.huruf-lang-ar button.hcf-register,
html body.page-id-6511.huruf-rtl button.hcf-register {
    align-self: flex-end !important;
    direction: rtl !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    html body.page-id-6511 .hcf-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    html body.page-id-6511 .entry-content > section:first-child {
        margin-bottom: 24px !important;
    }

    html body.page-id-6511 .entry-content > section:first-child h1 {
        font-size: clamp(25px, 7.5vw, 30px) !important;
        line-height: 1.22 !important;
    }

    html body.page-id-6511 .hcf-list {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    html body.page-id-6511 button.hcf-register,
    html body.page-id-6511 button.hcf-register:not(:hover),
    html body.page-id-6511 button.hcf-register:not(:focus) {
        align-self: stretch !important;
        width: 100% !important;
        min-height: 48px !important;
    }
}
