.yn-calculator-zodiac-small {

    background-color: rgb(216.8, 235.6, 255);
    border-radius: 8px;

    width: 240px;

}

.yn-calculator-zodiac-small .header {
    background-color: rgb(51.2, 126.4, 204);
    color: #fff;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.yn-calculator-zodiac-small .body {}


.yn-calculator-zodiac-small .form {}

.yn-calculator-zodiac-small .form select {
    width: 100%;
}

.yn-calculator-zodiac-small .footer {
    display: flex;
    justify-content: center;
}

.yn-calculator-zodiac-small .btn {
    background-color: rgb(51.2, 126.4, 204);
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
}

.yn-calculator-zodiac-small .btn:hover{
    background-color: rgb(51.2, 126.4, 204);
    color: #fff;
}

.yn-calculator-zodiac-small .result {
    color: #333;
    font-size: 13.5px;
}