.tour-wrapper {
    width: 100%;
}

.tour-box {

    width: 100%;
    padding: 20px;

    background: #edfbe2;

    border: 2px solid #a0e16e;
    border-radius: 12px;

    box-sizing: border-box;
}

.tour-box input,
.tour-box select,
.tour-box button {
    width: 100%;
    padding: 8px;      
    margin-top: 10px;
    
    box-sizing: border-box;
}

.tour-box button {

    background: #54b435;
    color: white;

    border: none;
    border-radius: 8px;

    cursor: pointer;

    transition: 0.2s ease;
}

/* Hover */

.tour-box button:hover,
.ticket-configurator button:hover {

    background: #44952b;
}
