img.img-global{
    width: 100%;
    max-height: 405px;
    object-fit: fill;
    object-position: center;
}
img.img-fit{
    object-fit: cover;
}
.ad-wrapper {
    max-width: 230px;
    margin: 0 auto;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.ad-label {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}
.post-footer {
    background: #fff;
    border-top: 1px solid #e0e0e0;
}
.post-next-prev {
    /* margin-bottom: 30px; */
    border-top: 1px solid #f0f0f0;
    padding: 15px;
}
.post-next-prev .left {
    text-align: right;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    min-height: 60px;
    padding-right: 10px;
    padding-left: 15px;
}
.post-next-prev .right {
    text-align: left;
    width: 50%;
    min-height: 60px;
    padding-right: 10px;
    padding-left: 15px;
}
span.nextprev{
    clear: both;
    color: #f2546a;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 7px;
    /* padding: 0px 8px; */
    /* background-color: #eb0254; */
    letter-spacing: 0.5px;
    line-height: 18px;
}

.entry-main-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    /* padding: 20px; */
}

.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content h5,
.entry-main-content h6 {
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #111;
}

.entry-main-content h1 { font-size: 2em; }
.entry-main-content h2 { font-size: 1.75em; }
.entry-main-content h3 { font-size: 1.5em; }
.entry-main-content h4 { font-size: 1.25em; }
.entry-main-content h5 { font-size: 1.1em; }
.entry-main-content h6 { font-size: 1em; }

.entry-main-content p {
    margin: 1em 0;
}

.entry-main-content a {
    color: #f2546a;
    text-decoration: underline;
}
.entry-main-content a:hover {
    color: #e46677;
}

.entry-main-content img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    border-radius: 6px;
}

.entry-main-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #ccc;
    background: #f9f9f9;
    font-style: italic;
    color: #555;
}

.entry-main-content ul,
.entry-main-content ol {
    margin: 1em 0 1em 2em;
}

.entry-main-content li {
    margin-bottom: 0.5em;
}

.entry-main-content code {
    background: #f4f4f4;
    padding: 2px 4px;
    font-family: monospace;
    font-size: 0.95em;
    border-radius: 3px;
}

.entry-main-content pre {
    background: #f4f4f4;
    padding: 1em;
    overflow-x: auto;
    border-radius: 6px;
    font-family: monospace;
    font-size: 0.95em;
}

.entry-main-content hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}
.footer-bottom-area {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
}
main {
    flex: 1; /* konten ngisi ruang sisa */
}
.main-wrapper {
    min-height: 100vh; /* agar penuh tinggi layar */
    display: flex;
    flex-direction: column;
}
ol li p {
    display: inline;
    margin: 0;
    padding: 0;
}

    figure.alc-ticket__team-logo>img {
        max-width: 28px !important;
    }

    .alc-ticket--1 {
        position: relative
    }

    .alc-ticket--1 .alc-ticket__shape {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 0;
        -webkit-filter: drop-shadow(1px 0 0 #e7e6ee) drop-shadow(0 1px 0 #e7e6ee) drop-shadow(-1px 0 0 #e7e6ee) drop-shadow(0 -1px 0 #e7e6ee);
        filter: drop-shadow(1px 0 0 #e7e6ee) drop-shadow(0 1px 0 #e7e6ee) drop-shadow(-1px 0 0 #e7e6ee) drop-shadow(0 -1px 0 #e7e6ee)
    }

    .alc-ticket--1 .alc-ticket__shape-bottom,
    .alc-ticket--1 .alc-ticket__shape-top {
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 7px);
        background-color: #fff
    }

    .alc-ticket--1 .alc-ticket__shape-rip {
        position: relative;
        height: 30px;
        -webkit-margin-start: 15px;
        margin-inline-start: 15px;
        -webkit-margin-end: 7px;
        margin-inline-end: 7px;
        background-color: #fff
    }

    .alc-ticket--1 .alc-ticket__shape-rip:before {
        content: "";
        box-sizing: content-box;
        position: absolute;
        inset-block-start: 50%;
        inset-inline-start: -15px;
        width: 30px;
        height: 30px;
        border: 6px solid transparent;
        border-block-start-color: #fff;
        border-inline-end-color: #fff;
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 50%
    }

    .alc-ticket--1 .alc-ticket__shape-rips-end {
        position: absolute;
        inset-block: 0;
        inset-inline-end: 0;
        width: 7px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .alc-ticket--1 .alc-ticket__shape-rips-end span {
        display: block;
        position: relative
    }

    .alc-ticket--1 .alc-ticket__shape-rips-end span:nth-child(odd) {
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        background-color: #fff
    }

    .alc-ticket--1 .alc-ticket__shape-rips-end span:nth-child(2n) {
        height: 12px;
        -webkit-margin-end: 7px;
        margin-inline-end: 7px
    }

    .alc-ticket--1 .alc-ticket__shape-rips-end span:nth-child(2n):before {
        content: "";
        box-sizing: content-box;
        display: block;
        position: absolute;
        -webkit-margin-start: 7px;
        margin-inline-start: 7px;
        width: 12px;
        height: 12px;
        border: 3px solid transparent;
        border-block-end-color: #fff;
        border-inline-start-color: #fff;
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 50%;
        inset-block-start: 50%
    }

    .alc-ticket--1 .alc-ticket__shape-rips-end-bottom,
    .alc-ticket--1 .alc-ticket__shape-rips-end-top {
        -ms-flex: 1;
        flex: 1;
        width: 7px;
        background-color: #fff
    }

    .alc-ticket--1 .alc-ticket__content {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 58px;
        grid-template-rows: auto auto;
        row-gap: 20px;
        padding-block: 15px;
        -webkit-padding-start: 24px;
        padding-inline-start: 24px
    }

    .alc-ticket--1 .alc-ticket__teams {
        grid-row: 1/2
    }

    .alc-ticket--1 .alc-ticket__team,
    .alc-ticket--1 .alc-ticket__teams {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .alc-ticket--1 .alc-ticket__team {
        -ms-flex-order: 0;
        order: 0
    }

    .alc-ticket--1 .alc-ticket__team+.alc-ticket__team {
        -ms-flex-order: 2;
        order: 2
    }

    .alc-ticket--1 .alc-ticket__team-divider {
        -ms-flex-order: 1;
        order: 1;
        font-size: 10px;
        line-height: 1em;
        text-transform: uppercase;
        padding-inline: 1em;
        color: #37353c;
        font-weight: 700;
        font-family: Ubuntu, sans-serif
    }

    @media (min-width: 992px) {
        .alc-ticket--1 .alc-ticket__team-divider {
            padding-inline: 1.7em
        }
    }

    .alc-ticket--1 .alc-ticket__team-logo {
        width: 40px;
        margin: 0 !important;
    }

    .alc-ticket--1 .alc-ticket__team-info {
        font-size: 9px;
        line-height: 1.2em
    }

    .alc-ticket--1 .alc-ticket__team-name {
        font-size: 12px;
        line-height: 1.2em;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .alc-ticket--1 .alc-ticket__team-name-full {
        display: inline-block
    }

    @media (min-width: 992px) and (max-width:1199px) {
        .alc-ticket--1 .alc-ticket__team-name-full {
            display: none
        }
    }

    .alc-ticket--1 .alc-ticket__team-name-abbr {
        display: none
    }

    @media (min-width: 992px) and (max-width:1199px) {
        .alc-ticket--1 .alc-ticket__team-name-abbr {
            display: inline-block
        }
    }

    .alc-ticket--1 .alc-ticket__details {
        grid-row: 2/3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
        list-style: none;
        -webkit-padding-after: 0;
        padding-block-end: 0;
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
        margin: 0
    }

    @media (min-width: 992px) {
        .alc-ticket--1 .alc-ticket__details {
            gap: 24px
        }
    }

    .alc-ticket--1 .alc-ticket__details-item {
        font-size: 9px;
        line-height: 1.2em
    }

    .alc-ticket--1 .alc-ticket__details-item-label {
        display: block
    }

    .alc-ticket--1 .alc-ticket__details-item-value {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2em;
        color: #37353c;
        font-family: Ubuntu, sans-serif
    }

    .alc-ticket--1 .alc-ticket__cta {
        grid-row: 1/-1;
        margin-block: -15px;
        -webkit-border-start: 1px dashed #e7e6ee;
        border-inline-start: 1px dashed #e7e6ee;
        font-size: 11px;
        line-height: 1.2em;
        font-weight: 700;
        font-family: Ubuntu, sans-serif;
        display: -ms-flexbox;
        display: flex
    }

    .alc-ticket--1 .alc-ticket__cta-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 1;
        flex: 1;
        color: #ff670c;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(-180deg)
    }

    .alc-ticket--1 .alc-ticket__cta-link:hover {
        color: #37353c
    }

    .alc-ticket--2 {
        position: relative;
        --ticket-shape-radius: 50%;
        --ticket-shape-size: 30px
    }

    .alc-ticket--header-alt .alc-ticket__header-logo {
        -webkit-padding-after: 34px;
        padding-block-end: 34px
    }

    .alc-ticket--header-alt .alc-ticket__header-hgroup {
        margin-inline: 40px;
        -webkit-margin-before: -50px;
        margin-block-start: -50px;
        -webkit-padding-before: 32px;
        padding-block-start: 32px;
        background-color: #fff;
        z-index: 1
    }

    .alc-ticket--header-alt .alc-ticket__header-bg {
        height: 100%
    }

    .alc-ticket--header-with-teams .alc-ticket__header-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 140px;
        padding: 0
    }

    .alc-ticket--header-with-teams .alc-ticket__header-bg {
        height: 100%;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        background-position: 50% 50%;
        background-size: auto
    }

    .alc-ticket--header-with-teams .alc-ticket__header-bg:after {
        content: "";
        display: block;
        position: absolute;
        inset-inline: 0;
        inset-block-end: 0;
        height: 50%;
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .1));
        z-index: 3
    }

    .alc-ticket--header-with-teams .alc-ticket__header-logo-rip {
        position: absolute;
        inset-inline: 0;
        inset-block-end: 0;
        height: 20px;
        z-index: 3
    }

    .alc-ticket--header-with-teams .alc-ticket__header-logo-rip-end,
    .alc-ticket--header-with-teams .alc-ticket__header-logo-rip-start {
        position: absolute;
        height: 20px;
        inset-block-end: 0;
        background-color: #fff;
        width: calc(50% - 20px)
    }

    .alc-ticket--header-with-teams .alc-ticket__header-logo-rip-start {
        inset-inline-start: 0
    }

    .alc-ticket--header-with-teams .alc-ticket__header-logo-rip-start:before {
        content: "";
        box-sizing: content-box;
        display: block;
        position: absolute;
        z-index: 1;
        inset-inline-start: 100%;
        width: 40px;
        height: 40px;
        border: 13px solid transparent;
        border-block-start-color: #fff;
        border-inline-end-color: #fff;
        transform: translate(-13px, -50%) rotate(135deg);
        border-radius: 50%
    }

    .alc-ticket--header-with-teams .alc-ticket__header-logo-rip-end {
        inset-inline-end: 0
    }

    .alc-ticket--header-with-teams .alc-ticket__header-hgroup {
        -webkit-padding-before: 30px;
        padding-block-start: 30px
    }

    .alc-ticket--shape-round {
        --ticket-shape-radius: 50%;
        --ticket-shape-size: 42px
    }

    .alc-ticket--shape-round .alc-ticket__shape-rip:after {
        inset-inline-end: calc(var(--ticket-shape-size) * -2.42)
    }

    .alc-ticket--shape-square {
        --ticket-shape-radius: 0
    }