#hsgm-divination-horo-map-block {
    display: flex;
    width: 100%;
}

#hsgm-divination-horo-map {
    margin: 0 0 10px 10px;
    width:80%;
    max-width: 700px;
}

#hsgm-divination-horo-legend {
    font-size: 0.7em;
    width:20%;
}

#hsgm-divination-horo-legend > ul {
    list-style: none;
}

@media (max-width: 1250px) {
    #hsgm-divination-horo-legend > ul {
        float: left;
    }
    #hsgm-divination-horo-legend > ul > li {
        width:100px;
        float: left;
    }
}

ul.hsgm-divination-horo-faith-result {
    padding-left: 50px;
}

ul.hsgm-divination-horo-faith-result > li {
    list-style: none;
}

ul.hsgm-divination-horo-faith-result > li:before {
    content: attr(data-num);
    color: #f00;
    font-size: 2em;
    font-family: "Times New Roman", Times, serif;
    float: left;
    position: absolute;
    margin-left: -70px;
    width: 70px;
    display: block;
    text-align: center;
}

ul.hsgm-divination-horo-faith-result > li > h3 {
    padding-top:8px;
    margin-bottom: 0;
}

ul.hsgm-divination-horo-faith-result > li > span {
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;
}

ul.hsgm-divination-horo-faith-result > li > ul {
    padding-left: 0;
}

.hsgm-divination-horo-retry {
    text-align: center;
}

.hsgm-divination-tarot-day-result {
    width: 100%;
    max-width: 700px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hsgm-divination-tarot-day-result > img {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 40%;
}

p.hsgm-divination-lead {
    font-size: 1.2em;
}

.hsgm-divination-tarot-partners-result {
    display: flex;
    flex-wrap: wrap;
}

.hsgm-divination-tarot-partners-result > div {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .hsgm-divination-tarot-partners-result > div {
        width: 33.3333%;
    }
}

.hsgm-divination-tarot-partners-result > div.last {
    order: 0;
}

@media (min-width: 992px) {
    .hsgm-divination-tarot-partners-result > div.last {
        order: 99 !important;
    }
}


.hsgm-divination-tarot-partners-result img {
    max-height: 250px;
    margin: 1em;
}

@media (max-width: 530px) {
    .hsgm-divination-tarot-partners-result img {
        max-height: 100px !important;
    }
}

.hsgm-divination-tarot-partners-header {
    flex: 0 0 100%;
    max-width: 100%;
}
.hsgm-divination-tarot-partners-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

@media (min-width: 992px) {
    .hsgm-divination-tarot-partners-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.hsgm-divination-tarot-love-result img {
    width: 100px;
    min-width: 100px;
    flex-shrink: 0;
}

.hsgm-divination-tarot-love-result > div div {
    text-align: center;
}

.hsgm-divination-tarot-love-result > div , .hsgm-divination-tarot-love-result > div > div {
    display: flex;
    flex-wrap: wrap;
}

.hsgm-divination-tarot-love-result > div > div, .hsgm-divination-tarot-love-result-2 {
    justify-content: center;
}

.hsgm-divination-tarot-love-result-1, .hsgm-divination-tarot-love-result-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .hsgm-divination-tarot-love-result-1, .hsgm-divination-tarot-love-result-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .hsgm-divination-tarot-love-result-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.hsgm-divination-tarot-love-result-1 > div > div {

}

.hsgm-divination-tarot-love-result-2 > div {
    width: 83.33333333%;
}

.hsgm-divination-tarot-love-result-1 > div > div, .hsgm-divination-tarot-love-result-2 > div > div {
    flex: 0 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
}

.hsgm-divination-tarot-love-result-1 > div > div, .hsgm-divination-tarot-love-result-3 > div > div {
    width: 33.33333333%;
}

.hsgm-divination-tarot-love-result-2 > div > div {
    width: 25%;
}

.hsgm-divination-tarot-love-result-3 {
    justify-content: flex-end;
    margin-left: auto;
}

.hsgm-divination-tarot-love-sep {
    width: 100%;
    display: none;
    clear: both;
}
.hsgm-divination-tarot-love-pe {
    padding-inline-end: 0;
}

@media (min-width: 992px) {
    .hsgm-divination-tarot-love-sep {
        display: block;
    }
    .hsgm-divination-tarot-love-pe {
        padding-inline-end: 3rem;
    }
}

.divination-ti-lists > ul {
    margin: 0 0 1em 0;
    padding-left: 0;
}

.divination-ti-lists > ul > li{
    display: inline;
}

.hsgm-divination-form > div {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-bottom: 1em;
}

.hsgm-divination-form label {
    font-size: 1.1em;
}
.hsgm-divination-form > div > label {
    width: 30%;
}

.hsgm-divination-form > div > div {
    width: 70%;
}

.hsgm-divination-form > div > div > input[type="submit"] {
}
