.wrap_stick .uk-margin-right {
    width: 40%;
    display: inline-block;
    margin-bottom: 10px;
}


.ai_stick_CTA {
    margin: 20px auto;
    color: #666;
}

.ai_stick_CTA b {
    font-size: 1rem;
    color: #f0506e;
}

.last_report {
    color: #666;
}

.birthday_area .mm {
    padding: 0 10px;
}

.price_block .uk-alert {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    font-size: .9rem;
    background-color: #fff;
    color: #2dbce9;
    border: 2px solid #45c8f1;
}

.price_block .font_red {
    font-size: 1.1rem;
}

.price_block .material-symbols-outlined {
    display: none;
}

.input_zodiac_image img {
    width: 150px;
}

.wrap_item label,
.wrap_stick_no label {
    display: inline-block;
    margin-bottom: 5px;
}

#post .input_help .btn_page {
    font-size: .8rem;
    border: 0;
    margin-top: 5px;
}

.price_block .uk-alert .uk-flex {
    justify-content: center;
}

@media (max-width: 768px) {
    .input_zodiac_image img {
        width: 100px;
    }
}