html[dir] .gohk-poi-card .poi-photos-wrapper {
    margin-bottom: 28px;
}

html[dir] .gohk-poi-card .poi-title-container {
    margin-bottom: 20px;
}

html[dir] .gohk-poi-card .poi-title-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-pin-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-pin-wrapper .poi-pin {
    display: -webkit-flex;
    display: flex;
    width: 25px;
    min-height: 45px;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-pin-wrapper .poi-pin > img {
    width: 100%;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-title {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    width: calc(100% - 45px - 25px - 10px - 10px);
    padding: 10px 0 0 0;
    margin: 0;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.no-gtm-btn {
    width: calc(100% - 25px - 10px);
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.no-pin-indicator.no-gtm-btn {
    width: 100%;
    padding: 0 0 0 0;
}

html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title {
    font-family: "source-han-sans-simplified-c","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    padding-top: 7px;
}

html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title {
    font-family: "source-han-sans-traditional","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    padding-top: 7px;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines {
    padding-top: 7px;
}

html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines,
html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines {
    padding-top: 5px;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines.no-pin-indicator.no-gtm-btn,
html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines.no-pin-indicator.no-gtm-btn,
html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines.no-pin-indicator.no-gtm-btn {
    padding-top: 0;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-gtm-btn-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-gtm-btn-wrapper .poi-gtm-btn {
    display: block;
    text-decoration: none;
    width: 45px;
    min-height: 45px;
    cursor: pointer;
}

html[dir] .gohk-poi-card .poi-title-wrapper .poi-gtm-btn-wrapper .poi-gtm-btn > svg {
    width: 100%;
}

html[dir] .gohk-poi-card .poi-desc-wrapper {
    margin-bottom: 20px;
}

html[dir] .gohk-poi-card .gohk-audio-container audio {
    max-width: 250px;
}

@media screen and (max-width: 1024px) {
    html[dir] .gohk-poi-card .poi-photos-wrapper {
        margin-bottom: 20px;
    }

    html[dir] .gohk-poi-card .poi-title-container {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 768px) {
    html[dir] .gohk-poi-card .poi-photos-wrapper {
        margin-bottom: 14px;
    }

    html[dir] .gohk-poi-card .poi-title-container {
        margin-bottom: 10px;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-pin-wrapper .poi-pin {
        width: 20px;
        min-height: 40px;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-title {
        font-size: 16px;
        line-height: 1.2;
        width: calc(100% - 30px - 20px - 10px - 10px);
        padding: 12px 0 0 0;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.no-gtm-btn {
        width: calc(100% - 20px - 10px);
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.no-pin-indicator.no-gtm-btn {
        width: 100%;
        padding: 0 0 0 0;
    }

    html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title,
    html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title {
        padding: 9px 0 0 0;
    }

    html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title {
        font-family: "source-han-sans-simplified-c","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.08em;
    }

    html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title {
        font-family: "source-han-sans-traditional","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.08em;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines {
        padding-top: 9px;
    }

    html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines,
    html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines {
        padding-top: 7px;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines.no-pin-indicator.no-gtm-btn,
    html[dir] body.zh-CN .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines.no-pin-indicator.no-gtm-btn,
    html[dir] body.zh-TW .gohk-poi-card .poi-title-wrapper .poi-title.multi-lines.no-pin-indicator.no-gtm-btn {
        padding-top: 0;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-gtm-btn-wrapper .poi-gtm-btn {
        width: 30px;
        min-height: 30px;
        margin-top: 5px;
    }

    html[dir] .gohk-poi-card .poi-title-wrapper .poi-gtm-btn-wrapper .poi-gtm-btn > svg {
        height: 30px;
    }

    html[dir] .gohk-poi-card .poi-desc-wrapper {
        margin-bottom: 10px;
    }
}