/********** Event Entry Point (Embla) **********/
.eventEntryPoint {
    position: relative;
    width: 300px;
    min-height: 230px;
    height: auto;
    overflow: hidden;
    background: none;
    box-sizing: border-box;
}

.eventEntryPoint .ttl {
    position: relative;
    margin-bottom: 10px;
    line-height: 40px;
    border-bottom: 2px solid #DDD !important;
}

.eventEntryPoint .ttl:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #E03322;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.eventEntryPoint .ttl p a {
    color: #000;
    font-size: 24px;
    font-family: AvenirMeduim, Arial;
    pointer-events: none;
}

.eventEntryPoint__nav {
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.eventEntryPoint__arrow {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 8px;
    background: #E03322;
    color: #fff;
    cursor: pointer;
    outline: 0;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
}

.eventEntryPoint__arrow:before {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.eventEntryPoint__arrow--prev:before {
    content: "r";
}

.eventEntryPoint__arrow--next:before {
    content: "q";
}

.eventEntryPoint__arrow:disabled {
    opacity: 1;
    border: 1px solid #AFAFAF;
    background: #F8F8F8;
    cursor: default;
}

.eventEntryPoint__arrow:disabled:before {
    color: #AFAFAF;
}

.eventEntryPoint__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.eventEntryPoint__container {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.eventEntryPoint__slide {
    flex: 0 0 100%;
    min-width: 0;
    height: 100%;
}

.eventEntryPoint__slide a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.eventEntryPoint__slide a:focus,
.eventEntryPoint__slide a:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.eventEntryPoint__slide img {
    display: block;
    width: 300px;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.eventEntryPoint__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 8px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.eventEntryPoint__dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: #E0E0E0;
    cursor: pointer;
}

.eventEntryPoint__dot.is-selected {
    background: #E52828;
}

/* Article mobile .leftHP — reserve layout space; override section { float:right } from common.min.css */
article > .leftHP {
    display: block;
    width: 100%;
    min-height: 280px;
    overflow: hidden;
}

article > .leftHP .eventEntryPoint {
    float: none;
    display: block;
    width: 300px;
    height: 240px;
    margin: 0 calc((100% - 300px) / 2) 30px;
}

article > .leftHP .eventEntryPoint.ramadan {
    margin: 0;
    overflow: hidden;
}

article > .leftHP .eventEntryPoint a {
    width: 100%;
    margin-left: 0;
    height: 150px;
}

article > .leftHP .eventEntryPoint a:last-child {
    margin-bottom: 0;
}

article > .leftHP .eventEntryPoint a img {
    width: 300px;
    height: 150px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
