.ajax-reload{
    position: relative;
    width: 100%;
}
.overlay-spinner{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:white;
    opacity: 0.5;
    text-align: center;
    min-height: 75px;
    z-index: 100;
}
.typo3-messages{
    list-style: none;
    padding-left: 0px;
}
.typo3-messages li{
    list-style: none;
}
.pois-list h3{
    margin-top: 0;
}

/* Line headband */
.line-headband {
    display: flex;
    margin: 2rem 0;
    align-items: center;
}
.line-headband > *{
    flex: 0 0 auto;
    padding : 1rem;
}
.line-headband > .line-name{
    flex: 1 0 auto;
}
.line-headband .icon{
    display: inline-block;
    width: 30px;
    height : 30px;
    text-indent: -9999em;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.line-headband .icon-incident {
    background-image: url('../Icons/warning-icon.svg');
}
.line-headband .icon-info {
    background-image: url('../Icons/info-icon.svg');
}
.line-headband .icon-prm {
    background-image: url('../Icons/prm-icon.svg');
}

.tx-tc_infovoyageurs .links-incidents{
    text-align: right;
}
.tx-tc_infovoyageurs .links-incidents a {
    display:inline-block;
    margin-left: 1em;
}
.tx-tc_infovoyageurs .links-incidents a span{
    display:inline-block;
    margin-left: 0.5em;
}

.tx-tc_infovoyageurs .address-search-widget{
    position: relative;
    max-width: 56rem;
}

.tx-tc_infovoyageurs .address-search-widget .search-form{
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tx-tc_infovoyageurs .address-search-widget .search-field{
    flex: 1 1 18rem;
}

.tx-tc_infovoyageurs .address-search-widget .search-fields {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;
}

.tx-tc_infovoyageurs .address-search-widget .selected-address{
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.375rem;
    background: #fafafa;
}

.tx-tc_infovoyageurs .address-search-widget .selected-address p,
.tx-tc_infovoyageurs .address-search-widget .search-help,
.tx-tc_infovoyageurs .address-search-widget .search-status{
    margin: 0.5rem 0 0;
}

.tx-tc_infovoyageurs .address-search-widget .search-status{
    color: #666;
    font-size: 0.95em;
}

.tx-tc_infovoyageurs .address-search-widget .search-status.is-error{
    color: #a94442;
}

.tx-tc_infovoyageurs .address-search-widget .suggestions{
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d9d9d9;
    border-radius: 0.375rem;
    background: #fff;
    overflow: hidden;
}

.tx-tc_infovoyageurs .address-search-widget .suggestions[hidden]{
    display: none;
}

.tx-tc_infovoyageurs .address-search-widget .suggestions button{
    width: 100%;
    border: 0;
    border-top: 1px solid #ececec;
    background: transparent;
    padding: 0.85rem 1rem;
    text-align: left;
}

.tx-tc_infovoyageurs .address-search-widget .suggestions li:first-child button{
    border-top: 0;
}

.tx-tc_infovoyageurs .address-search-widget .suggestions button:hover,
.tx-tc_infovoyageurs .address-search-widget .suggestions button:focus{
    background: #f5f5f5;
}

.tx-tc_infovoyageurs .address-search-widget .suggestion-label{
    display: block;
    font-weight: 600;
}

.tx-tc_infovoyageurs .address-search-widget .suggestion-context{
    display: block;
    margin-top: 0.15rem;
    color: #666;
    font-size: 0.9em;
}

.tx-tc_infovoyageurs .address-search-widget [data-submit].is-disabled{
    opacity: 0.5;
    pointer-events: none;
}

.tx-tc_infovoyageurs .search-fields {
    margin-top: 20px;
}

.tx-tc_infovoyageurs .search-field__input-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #EBF2F9;
    border-radius: 8px;
    padding: 16px 8px;
}

.tx-tc_infovoyageurs .search-field__prefix {
    font-weight: bold;
    font-size: 1.4rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.tx-tc_infovoyageurs .search-field__input-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    min-width: 0;
}

.tx-tc_infovoyageurs .search-field__input-wrapper input::placeholder {
    font-size: 1.4rem;
}

@media (max-width: 640px) {
    .tx-tc_infovoyageurs .address-search-widget .search-fields{
        grid-template-columns: 1fr;
    }

    .tx-tc_infovoyageurs .address-search-widget .search-form > *{
        width: 100%;
    }
}
