.tour-pricing-widget {
    border: none !important;
    border-radius: 16px !important;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    background: #fff;
    max-width: 100%;
    box-sizing: border-box;
}

.tp-controls {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.tp-control-group {
    flex: 1;
    min-width: 150px;
}

.tp-label {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    top: 8px;
    left: 10px;
    width: max-content;
    padding: 0 5px;
    z-index: 1;
}

.tp-select-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 10px 10px 35px;
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
}

.tp-select-wrapper.disabled {
    background: #f9f9f9;
    color: #999;
}

.tp-select {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    appearance: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.tp-icon-calendar,
.tp-icon-user,
.tp-icon-star {
    position: absolute;
    left: 10px;
    color: #555;
    font-style: normal;
}

.tp-icon-chevron {
    position: absolute;
    right: 10px;
    color: #888;
    pointer-events: none;
    font-style: normal;
}

.tp-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.tp-book-btn {
    background-color: #d69d28;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tp-book-btn::before {
    content: "✓";
    border: 1px solid white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.tp-price-display {
    text-align: center;
}

.tp-price-label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.tp-price-value {
    font-size: 24px;
    font-weight: 800;
    color: #333;
}

.tp-price-sub {
    font-size: 12px;
    color: #777;
}
