.custom-trip-type { max-width: 800px; margin: auto; }
.custom-trip-type img { width: 100%; height: auto; }
.itinerary, .notes { margin: 10px 0; }
.itinerary h3, .notes h3 { margin: 5px 0; }

.itinerary-item-box{
    padding: 15px 0 !important;
}
.itinerary-item-label {
    float: left !important;
    width: 20% !important;
}
.itinerary-item-input {
    width: 80% !important;
}
/* Remove default Bootstrap arrow */
.accordion-button::after {
    content: '+' !important;       /* Show + when collapsed */
    font-weight: bold !important;
    font-size: 1.5em !important;
    color: #333 !important;
    width: 1.5em !important;
    height: 1.5em !important;
    text-align: center !important;
    line-height: 1.5em !important;
    transition: transform 0.2s ease-in-out !important;
    background-image: none !important;
}

/* When expanded, show - */
.accordion-button[aria-expanded="true"]::after {
    content: '−' !important;       /* Unicode minus sign */
} 
.accordion-button:not(.collapsed)::after{
    background-image: none !important;
}
