.tour-options-header-card {
    padding-right: 0;
    margin-bottom: 0;
}

.tour-option-header-title {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tour-options-header-content {
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-top: none;
    display: flex;
    justify-content: space-between;
}

.tour-options-header-content ul li {
    list-style: disc;
}

.tour-option-header-content-right {
    display: flex;
    align-items: end;
}

.ppcc {
    position: static;
}

.tour-options-header-discount {
    padding: 20px 20px;
    text-align: center;
    font-size: 24px;
    color: #d14900;
}

.tour-options-list-card {
    margin-top: 0;
}

.tour-option-origin-value {
    text-decoration: line-through;
}

.tour-option-title-price-container {
    width: 240px;
}

.tour-option-price-container {
    width: 260px;
}

.tour-option-date-picker-container {
    display: flex;
    align-items: center;
}

.tour-option-date-picker-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    gap: 20px;
}
.tour-option-date-picker-label-text {
    color: #c75000;
    font-weight: bold;
}
.tour-option-date-picker-tip {
    display: flex;
    gap: 20px;
}

.tour-option-price-container {
    text-align: center;
}

.formBody {
    padding: 10px;
}

.el-date-table td .el-date-table-cell {
    height: 65px;
}

.el-date-table td .el-date-table-cell.has-price {
    background-color: #f0f0f0;
}

.emsgBox.showAlert {
    border: none;
}

.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
    width: 100%;
    height: 48px;
}

.el-input {
    --el-input-focus-border: #000;
}

.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #000 inset;
}

.calendar-price-cls {
    display: block;
    font-size: 14px;
    color: #969696;
    margin-top: 15px;
}

.calendar-price-cls-price {
    color: #c30a0a;
    font-size: 17px;
}

.el-date-table td.available:hover {
    color: #c30a0a;
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
    background: none;
    color: #000;
}

.el-date-table td.current:not(.disabled) .el-date-table-cell {
    border: 1px solid #c30a0a;
}

.mobile-calendar-cls {
    width: 100%;
}

.el-date-table td {
    width: 60px;
}

.el-date-picker .el-picker-panel__content {
    width: 600px;
}

.el-date-picker {
    width: 620px;
}

.el-input__prefix {
    position: absolute;
    right: 0;
    top: 0;
}

.el-date-picker input {
    padding-left: 15px;
}

.el-picker-panel__icon-btn {
    margin: 20px;
}

.el-date-picker__header-label {
    font-size: 20px;
}

.el-date-table {
    font-size: 17px;
}

.el-input__inner {
    font-size: 18px;
}

.price-background {
    width: var(--van-calendar-selected-day-size);
    height: var(--van-calendar-selected-day-size);
    color: var(--van-calendar-selected-day-color);
    background: #c30a0a;
    border-radius: var(--van-radius-md);
}

.van-calendar__selected-day {
    width: 100%;
    height: 100%;
}

.van-calendar__day {
    display: block;
    padding-top: 10px;
}

.van-calendar__selected-day {
    display: block;
}

.van-calendar__header-subtitle {
    font-size: 17px;
}

.el-select__wrapper {
    height: 48px;
}

.el-select__wrapper.is-focused {
    box-shadow: 0 0 0 1px #000 inset;
}

.el-select__placeholder {
    font-size: 18px;
    color: #000;
}

.el-input__inner {
    color: #000;
}

.el-select-dropdown__item {
    font-size: 17px;
    color: #000;
}

.el-select-dropdown__item.is-hovering {
    background: #1967d2;
    color: #fff;
}

.el-select-dropdown__item.is-selected {
    color: #fff;
    background: #1967d2;
}
.tour-option-title {
    text-align: left;
}
.tour-option-radio {
    margin-top: 0;
}
.van-cell {
    background: none;
}
.el-date-table td.current:not(.disabled) span {
    background: none;
}
.van-calendar__bottom-info {
    bottom: 0;
}
.calendar-price-cls-origin {
    display: block;
    transform: translateY(-11px);
}
.calendar-translate-y {
    transform: translateY(3px);
}
.calendar-price-cls-origin .calendar-price-cls-price {
    font-size: 15px;
    color: #000;
    text-decoration: line-through;
}
.view-details-link {
    color: #1967d2;
}
.el-date-table td span {
    width: auto;
}
.el-date-range-picker {
    width: 1300px;
}
.double-calendar {
    border: 2px solid #d2d2d2;
    border-radius: 8px;
    background: white;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
}
.calendar-header-box button {
    border-radius: 50%;
    border: 3px solid #c75000;
    border-color: #c75000;
    color: #c75000;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
}

.calendar-header-box {
    display: flex;
    justify-content: space-between;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-title {
    font-size: 16px;
    font-weight: 600;
    color: #303133;
}

.weekdays-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    color: #666;
}

.calendar-body {
    display: flex;
    position: relative;
    gap: 10px;
}

.month-calendar {
    flex: 1;
}

.month-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #303133;
    font-size: 24px;
}

.month-divider {
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 0;
    width: 1px;
    background-color: #e4e7ed;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    place-items: center;
    margin-top: 20px;
}

.day-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    width: 100%;
    height: 76px;
    padding-bottom: 7px;
}
.weekdays-divider {
    height: 1px;
    background-color: #e4e7ed;
    margin: 0 20px;
}

.day-cell:hover, .day-cell.selected {
    background-color: #f2f8ff;
}

.day-cell.has-price {
    border: 2px solid #0071eb;
}
.day-cell.has-price.selected {
    background-color: #f2f8ff;
    border: none;
    box-shadow: inset 0 0 0 4px #0071eb;
    position: relative;
    overflow: hidden;
}
.day-cell.has-price.selected::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 29px;
    height: 29px;
    background-color: #0071eb;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 3px bottom 3px;
    z-index: 2;
}

.day-cell.other-month {
    opacity: 0;
    pointer-events: none; 
    cursor: default;
}

.day-number {
    font-weight: 400;
    margin-bottom: 2px;
}

.price-label {
    color: #c10000;
    line-height: 1;
    font-size: 20px;
}
.price-label-origin {
    text-decoration: line-through;
    color: #000;
    font-size: 15px;
}

.icon-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c75000;
    display: inline-block;
    margin-left: -4px;
    margin-top: 3px;
}

.icon-triangle-right {
    transform: rotate(180deg);
    margin-left: 4px;
}

.icon-double-triangle {
    position: relative;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c75000;
    display: inline-block;
    margin-left: -13px;
    margin-top: 3px;
}

.icon-double-triangle::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 7px;
    width: 0;
    height: 0;
    border-top: 12px solid #ffffff00;
    border-bottom: 12px solid #ffffff00;
    border-right: 14px solid #ffffff;
    display: inline-block;
    z-index: 1;
}

.icon-double-triangle::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c75000;
    display: inline-block;
    z-index: 2;
}

.icon-double-triangle-right {
    transform: rotate(180deg);
    margin-left: 13px;
}

.month-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.weekdays-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.weekday {
    text-align: center;
    color: #9b9b9b;
    padding: 8px 0;
    border-radius: 4px;
}
.calendar-itinerary {
    background: #f2f2f2;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 20px 50px;
    display: flex;
    gap: 80px;
}
.free-inquiry-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.free-inquiry-button {
    width: 300px;
    height: 56px;
    background: #c75000;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
}
.free-inquiry-button:hover {
    background: #b94600;
}
.item-free-inquiry-button {
    width: 130px;
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    background: #c75000;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}
.item-free-inquiry-button:hover {
    background: #b94600;
}
.tour-option-box {
    margin-top: 50px;
}
.tour-option-item {
    padding: 20px 40px;
    border-radius: 10px;
    border: 2px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tour-option-header {
    font-size: 30px;
    text-align: center;
}
.tour-option-list {
    margin-top: 15px;
}

.item-price-origin-label {
    display: flex;
    gap: 4px;
    align-items: center;
}
.item-price-origin {
    text-decoration: line-through;
}
.item-price-discount {
    color: #c10000;
    font-size: 22px;
}
.item-view-details {
    color: #c75000;
    text-decoration: underline;
    white-space: nowrap;
}
.item-view-details:hover {
    color: #b94600;
}
.item-free-inquiry-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}
.tour-option-name {
    font-size: 20px;
}
.free-inquiry-button-box a, .item-free-inquiry-box a {
    text-decoration: none;
}
.day-cell>div {
    height: 20px;
}
.day-cell>div:nth-child(2) {
    margin-top: 5px;
}

.day-cell.past-date,
.day-cell.disabled {
    background-color: #f5f5f5 !important;
    color: #ccc !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.day-cell.past-date .day-number,
.day-cell.disabled .day-number {
    color: #bbb !important;
}

.day-cell.past-date:hover,
.day-cell.disabled:hover {
    background-color: #f0f0f0 !important;
}

.day-cell.past-date.has-price,
.day-cell.disabled.has-price {
    background-color: #f9f9f9 !important;
    border: none;
}

.day-cell.past-date .price-label,
.day-cell.disabled .price-label {
    color: #ccc !important;
}

.day-cell.past-date .price-label.price-label-origin,
.day-cell.disabled .price-label.price-label-origin {
    color: #ddd !important;
}


.day-cell.past-date .price-label.price-label-origin,
.day-cell.disabled .price-label.price-label-origin {
    color: #ddd !important;
}

.nav-button:disabled,
.year-nav-button:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}

.nav-button:disabled .icon-triangle,
.year-nav-button:disabled .icon-double-triangle {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}
.price-shown {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
}
.price-shown .currency-symbol {
    color: #c10000;
}
.no-price-available {
    font-size: 22px;
}
.tour-options-app {
    margin-bottom: 40px;
}
.item-free-inquiry-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tour-option-no-date-picker-tip {
    text-align: center;
    margin: 20px 0 0;
}
.tour-option-header-content-left {
    width: 80%;
}
.calendar-header-selector {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.combined-picker-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    width: 200px;
    margin-top: 8px;
}
.picker-columns {
    display: flex;
    height: 250px;
    padding: 8px 0;
}
.picker-column {
    flex: 1;
    overflow-y: auto;
    padding: 0 8px;
    border-right: 1px solid #eee;
}
.picker-column:last-child { border-right: none; }
.picker-column::-webkit-scrollbar {
    width: 4px;
}

.picker-column::-webkit-scrollbar-track {
    background: transparent;
}

.picker-column::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}

.picker-column::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
.picker-item {
    font-size: 17px;
    transition: background 0.2s;
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
}
.picker-item:not(.disabled) {
    color: #333;
    font-weight: 500;
}
.picker-item:hover { background: #f5f5f5; }
.picker-item.active {
    color: #fff;
    background: #0071eb;
    font-weight: bold;
}
.picker-mask {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
}
.picker-item.disabled {
    color: #ccc;
    cursor: not-allowed;
    background: #fafafa;
    display: none;
}
.picker-item.disabled:hover {
    background: #fafafa;
}
.custom-select-trigger {
    border: 1px solid #d2d2d2;
    padding: 5px 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: 0.3s;
}
.custom-select-trigger:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.calendar-header-arrows-placeholder {
    width: 40px;
}
.custom-arrow {
    width: 13px;
    height: 10px;
    background-color: #666;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    transition: transform 0.3s ease;
}

.custom-arrow.is-active {
    transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
    .tour-options-header-content {
        display: block;
    }

    .tour-options-header-card {
        padding: 0;
    }

    .tour-option-header-content-right {
        margin-top: 10px;
    }

    .tour-option-date-picker-container {
        display: block;
    }.month-divider {
        display: none;
    }
    .month-calendar:last-child {
        display: none;
    }

    .calendar-body {
        justify-content: center;
    }
    .month-title {
        font-size: 24px;
    }
    .tour-option-header-content-left {
        width: 100%;
    }
    .picker-item {
        font-size: 20px;
    }
}
@media screen and (max-width: 900px) {
    .formSection.col3 .formItem {
        width: 50%;
    }
    .tour-options-header-card {
        padding: 0;
    }

    .tour-option-header-row {
        display: flex;
    }

    .tour-option-price-container {
        text-align: left;
        width: auto;
    }
    .calendar-body {
        flex-direction: column;
    }

    .month-divider {
        display: none;
    }
    .calendar-itinerary {
        justify-content: space-between;
    }
}
@media screen and (max-width: 800px) {
    .calendar-itinerary {
        flex-direction: column;
        gap: 10px;
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .day-cell.has-price.selected::after {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 0;
        clip-path: none; 
        background-position: center center;
        background-size: 14px 14px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .day-cell {
        height: 80px;
    }
}
@media screen and (max-width: 600px) {
    .formSection.col3 .formItem {
        width: 100%;
    }
    .tour-option-item {
        gap: 20px;
        flex-direction: column;
    }
    .tour-option-item {
        padding: 20px 20px;
    }
    .calendar-header {
        width: 100%;
    }
    .calendar-itinerary {
        padding: 20px;
        margin:20px 0;
    }
    .item-price-box {
        flex-direction: row;
        gap: 5px;
        margin: 0;
    }
    .item-free-inquiry-box {
        width: 100%;
        justify-content: space-between;
    }
}
@media screen and (max-width: 450px) {
    .item-free-inquiry-box {
        flex-direction: column;
    }
    .item-price-box {
        margin: 10px 15px;
    }
    .tour-option-item {
        gap: 0;
    }
}
@media screen and (max-width: 400px) {
    .calendar-header {
        width: 100%;
    }
    .free-inquiry-button-link {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .free-inquiry-button {
        width: 90%;
    }
    .custom-select-trigger {
        padding: 5px 10px;
    }
    .combined-picker-panel {
        width: 160px;
    }
}