/* Per Person Price Calculator 样式 */

/* 人均价格平滑过渡效果 */
.st-form-head-book .st-price-origin .price .text-lg {
    transition: all 0.3s ease;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .st-form-head-book .st-price-origin .price .text-lg {
        font-size: 16px;
    }
}
