:root {
    --pink: #EFA3BE;
}

html {
    margin: 0 !important;
    font-family: arial, “Microsoft JhengHei”, sans-serif !important;
}

body {
}

header {
    display: none !important
}

p {
    text-align: center;
}

.btn {
    padding: 12px 35px;
    border-radius: 12px;
    background-color: var(--pink);
    border: 0;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 3.5px;
}

.wrapper {
    max-width: 680px;
    min-height: 100vh;
    margin: auto;
    background: url('../img/mini-game/bg.png') no-repeat center bottom;
    background-size: 100%;
    padding: 20px;
}

.content {
    position: relative;
}

.logo {
    margin: auto;
    text-align: center;
    width: clamp(90px, 30%, 240px);
}

.responsive img {
    width: 100%;
    height: auto;
}

.gift-slogan {
    margin: 10px auto 0;
    width: clamp(150px, 45%, 280px);
}

.score {
    max-width: 200px;
    margin: auto;
}

.score .image {
    max-width: 45px;
    margin: 20px auto 0;
}

.score .points {
    font-size: 300%;
    line-height: 0.8;
    text-align: center;
    color: var(--pink)
}

.heart-wrapper {
    position: relative;
    width: clamp(200px, 60vw, 325px);
    margin: 8% auto 0;
}

.heart-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heart {
    width: 70%;
    width: clamp(120px, 65%, 185px);
    filter: drop-shadow(4px 4px 5px rgba(114,114,114,.5019607843));
}

.reward {
    margin: auto;
    width: clamp(240px, 80%, 350px);
}

.credit {
    font-size: 11px;
    color: #6e6e6d;
    margin-top: 20px;
}

#mkdf-back-to-top {
    display: none !important
}