.tour-page {
    text-align: center;
}

.tour-code-form {
    margin-top: 20px;
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tour-code-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--e-global-color-text);
}

.tour-code-form input {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}