.event-agenda {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #d6d8dc;
    border-radius: 25px;
}

.agenda-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
}

.agenda-header {
    display: flex;
    align-items: center;
    border-top: solid thin white;
}
.agenda-header:first-of-type {
    border-top: none;
}

.div1 {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    word-spacing: -5px;
    align-self: stretch;
}
.div2 {
    flex: 1;
    padding: 0 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    line-height: 16px;
    align-content: center;
}

.agenda-content {
    display: flex;
}

.div4 {
    flex: 1;
    padding: 0 10px;
    text-align: justify;
}

.speaker-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.speaker-box {
    display: flex;
    align-items: stretch;
    border-radius: 5px;
    width: 100%;
}

.div5 {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0 10px !important;
}

.company-logo {
    max-width: unset;
    height: auto;
    border-radius: 5px;
}

.div6 {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 5px;
}

.div61 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speaker-photo {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

.div62 {
    width: 100%;
    padding-left: 10px;
}

.div62 p {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}

.div5 img {
    width: unset;
}

.div6 img {
    width: 40px;
    border-radius: 50% !important;
}

.div1, .div3, .div5 {
    font-size: 16px;
    background-color: white;
    padding: 10px;
}

.div2, .div4, .div6 {
    font-size: 16px;
}

.special-title {
    text-align: left;
    font-size: 23px;
    margin-bottom: 0;
    color: #333;
    padding: 10px 25px 15px 25px;
    border-radius: 0 15px 15px 0;
    margin-left: -10px;
    width: 90%;
    margin-top: 0;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: 600;
    display: inline-flex;
}

.cssportal-grid:first-child {
    border-radius: 15px 0 0 0;
    overflow: hidden;
    border-top: 0px;
}
.cssportal-grid:last-child {
    border-radius: 0 0 0 15px;
    overflow: hidden;
}
.cssportal-grid {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    border-top: dotted thin #FFF;
    position: relative;
}

.moderator-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.moderator-container .div4.title {
    margin-top: 10px;
}

.moderator-container .div3.title {
    padding-top: 10px;
    align-self: stretch;
}

.moderator-box {
    display: flex;
    align-items: stretch;
    border-radius: 5px;
    width: 100%;
}

.moderator-photo {
    max-width: 100%;
    height: auto;
    border-radius: 50% !important;
    object-fit: cover;
}

.div4 p:last-of-type {
    margin-block-end: auto;
}
.div3.title {
    padding: 0;
    align-self: stretch;
}

.cssportal-grid.award-stripe,
.cssportal-grid.award-stripe + .cssportal-grid {
    border-top: none;
}

.award-stripe {
    background-color: #bd8909;
    font-weight: bold;
    border-radius: 0px 5px 5px 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: white !important;
}

.award-sponsor-logo {
    max-width: 60px;
    height: auto;
    border-radius: 5px;
}

.div3.logoawards {
    position: absolute;
    right: 10px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #bd8909;
}
.div3.logoawards.origin {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #bd8909;
    padding: 15px;
}

.div3.logoawards.origin img {
    width: 100%;
    height: auto;
}

.div1.award-hours {
    background: #bd8909;
}

/* ── Powered By ───────────────────────────────────────────────────────────── */
.powered-by-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    /* margin-top: 10px; */
}

.powered-by-div5 {
    background-color: white;
    flex-shrink: 0;
}

.powered-by-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 16px;
    padding: 5px 12px;
}

.powered-by-text {
    font-size: 24px;
    font-style: italic;
    color: #777;
    white-space: nowrap;
}

.powered-by-logo {
    width: auto;
    display: block;
    /* max-height ορίζεται inline από το ACF field "Logo Height (px)" */
}
/* ─────────────────────────────────────────────────────────────────────────── */

@media screen and (max-width: 768px) {
    .div1 {
        text-align: center;
        line-height: 15px;
    }
    .div62 p {
        margin: 0;
        font-size: 16px;
        line-height: 15px;
    }
    .div62.div62jobtitle {
        margin: 0;
        font-size: 14px;
    }
    .div62 {
        padding-left: 5px;
    }
    .special-title {
        font-size: 19px;
        width: 100%;
        padding: 8px 15px;
        display: flow-root;
    }
    .special-title img,
    .special-title-logo {
        vertical-align: middle;
    }
    .div5 {
        padding: 0;
    }
    .div6 {
        padding: 3px 5px 3px 5px;
    }
    .div3.logoawards.origin {
        display: flex;
        align-items: center;
        height: auto;
        position: static;
        right: 5px;
        width: 70px;
        border-radius: 0%;
        overflow: hidden;
        background: #bd8909;
        padding: 0;
    }
    .powered-by-div5 {
        flex-shrink: 0;
    }
    .powered-by-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px;
        padding: 5px 8px;
    }
    .powered-by-text {
        font-size: 18px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .powered-by-logo {
        max-width: 100%;
        width: auto;
        height: auto !important;
        max-height: 40px !important;
    }
}