/*
Theme Name: Delicious Theme (2023 child theme)
Theme URI: https://diviextended.com/
Author: Elicus Technologies
Author URI: https://elicus.com
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
    --grey: #F9F9F9;
    --mid-grey: #bbbbbb;
    --border-grey : #EAEAEA;
    --blue : #4BCAC4;
    --orange : #EF4C10;
    --hover-orange : #d85323;
    --text-grey : #6A6A6A;
    --yellow : #F5B821;
    --mb-gl-height : 220px;
}

.transition{
    transition: all .3s ease-out;
}

.main{
    width: 100%;
    /*max-width: 1200px;*/
    margin:auto;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 100%;
    flex: 1;
}

.cat-wrap{
    column-count: 2;
    column-fill: balance;
}

a{
    text-decoration: none;
    color:black;
    cursor:pointer;
}

a:hover{
    color:var(--blue);
}

.wp-site-blocks {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

input[type=text],input[type=tel],input[type=email],input[type=url], input[type=number], select, textarea{
    box-sizing: border-box;
    width:100%;
    height:40px;
    background-color: var(--grey);
    border-radius: 6px;
    border: solid 1px var(--border-grey);
    margin-bottom: 20px; 
    padding-left: 10px;
    line-height: 27px;
    font-family: inherit;
    font-size: 0.8rem;
}

.map-form input[type=text], .map-form  select{
    padding-left:40px;
}

.location-group{
    display:flex;
    width:100%;
    justify-content: space-between;
    column-gap: 12px;
}

.input-group{
    width:49%;
    display:flex;
    position:relative;
}

.sb-btn {
	background-color: var(--blue);
	color: #fff;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 6px;
}

.sb-btn:hover {
	background-color: #3bb3ad;
}

#input-group-wrap{
    width:100%;
    display:flex;
    position:relative;
}

#empty-input{
	position: absolute;
	font-size: 1.45rem;
	font-weight: 600;
	right: 0;
	margin-right: 10px;
	color: var(--mid-grey);
    cursor:pointer;
    background-color: var(--grey);
    padding: 0 0 0 6px;
}



.location-group input, .location-group select {
    width: 100%;
}
  
.header-title{
   text-align:center; 
   width:100%;
   height:90px;
   align-items: center;
}

.header-title h2{
    font-size:36px;
    font-weight: 700;
    text-align: center;
}

.input-error{
    font-size: 0.75rem;
    color: red;
    display: inline-block;
}

.map-form label{
    display:none;
}

#category-input-wrap {
    max-width: 100%;
    width: 100%;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    position: relative;
    margin-bottom: 20px;
}

#category-input-wrap button{
    border-radius: 100%;
    height: 32px;
    width: 32px;
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: white;
    font-weight: 800;
    cursor:pointer;
}

#category-input-wrap button:hover{
    background-color: #31b1aa;
}
  
.cat-nm-lb{
    height: inherit;
    line-height: inherit;
    width: max-content;
}

.category-input{
    max-width: 97%;
    overflow-y: hidden;
    height: fit-content;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
}

#catBackBtn {
    position: absolute;
    left: 0;
}

#catNextBtn {
    position: absolute;
    right: 0;
}
  
  

.category-input::-webkit-scrollbar {
    display: none;
}

.category-input label{
    cursor:pointer;
    user-select: none;
    display:inline-flex;
    align-items: center;
    height:30px;
    line-height: 30px;
    color: var(--blue);
    background-color: white;
    font-size: 14px;
    border-radius:22px;
    border : 1px solid var(--blue);
    padding: 0 20px 0 14px;
    transition: all .3s ease-out;
    margin-right: 12px;
}

.category-input input{
    display: none;
}

.category-icon{
    height:16px;
    margin : 0 6px 0 0;
}

.category-input input:checked + label{
    background-color: var(--blue);
    color:white;
}

#origin-select{
    background: url("assets/icons/origin.png") no-repeat 7px 7px;
    background-color: var(--grey);
    background-size: 24px;
}

/*#location-input{
    background: url("assets/icons/location.png") ;
    background-repeat: no-repeat;
    background-position:  10px 9px;
    background-size: 20px;
    background-color: var(--grey);
}*/

#geolocate-button{
    position:absolute;
    z-index: 10;
    width:22px;
    cursor:pointer;
    margin:10px 0 0 9px;
}

#submit-button{
    width:24px;
    height:24px;
    cursor:pointer;
    background-color: var(--yellow);
    padding: 9px;
    border-radius: 100%;
}

#submit-button:hover{
    background-color: #f5c347;
}

#keyword-input{
    background: url("assets/icons/search.png") no-repeat 10px 9px;
    background-color: var(--grey);
    background-size: 20px;
    margin-bottom: 0;
}

.map-cl{
    width:50%;
    min-height: 700px;
}

.map-form{
    width:100%;
    max-width: 93%;
    margin: 20px 20px 10px 20px;
}

.map{
    width:100%;
    max-width: 90vw;
    height:100%;
    background-color: #D9D9D9;
}

/* marker info window*/
.gmp-info-window {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}

.gmp-info-window img {
    width: 75px;
    border-radius: 6px;
    object-fit: cover;
}

.gmp-plc-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
  
.gmp-plc-name {
    font-size: 1rem;
    font-weight: 700;
}
  
.gmp-plc-info a {
    color: var(--blue);
    font-weight: 500;
}

.gmp-plc-link {
    width: 100%;
    text-align: right;
}

.separator{
    margin: 0 auto;
    height: 1px;
    width:95%;
    border-bottom: solid 1px #D9D9D9;
}

.toggle-btn{
    display: none;
}

.sct-tt{
    font-weight: 700;
    margin-bottom: 8px;
}

.modal-content .sct-tt{
    font-size: 1.2rem;
}

.modal-content h5{
    font-size: 1rem;
}

/* NEW PLACE FORM MODAL*/

.new-place-modal{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    font-size: 1rem;
    max-height: 530px;
    overflow-y: scroll;
}


/* NEW PLACE DETAILS */

.pld-wrap{
    margin: 0 auto 60px auto;
    width: 97%;
}

#plc-dtl{
    margin-bottom: 20px;
}

#plc-tt{
    font-size: 2rem;
    font-weight: 600;
    margin: 6px 0 6px 0;
}

#plc-info{
    display: flex;
    align-items: center;
    column-gap: 40px;
    border-bottom: solid 1px #a6bfd3;
    padding: 0 0 14px 0;
}

#plc-info span{
    align-items: center;
    display: flex;
    font-size: 0.9rem;
}

.plc-oh-tt{
    font-weight: 600;
    margin-bottom: 8px;
}

.plc-oh-mp{
    max-width: 30%;
    margin: 9px 10px 9px 26px;
}

#plc-dtl-map{
    border-radius: 6px;
    height:316px;
}

.plc-oh-sct{
    box-shadow: 0px 1px 12px rgba(0,0,0,.12);
    margin-bottom: 24px;
    padding: 16px 24px;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
    max-width: 100%;
}

.plc-oh-sct .separator{
    margin: 0 auto 12px auto;
}

#plc-oh-list{
    display: flex;
    flex-flow: column;
    font-size: 0.9rem;
    margin: 10px 0;
}

#plc-origins-list ul{
    margin: 0;
}

#plc-info-wrap{
	margin-bottom: 36px;
}

#plc-sg-wrap{
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    padding:16px;
}

#plc-sg-wrap a{
    width: 100%;
}

#plc-suggested-list .sct-tt{
    font-weight: 600!important;
    font-size: 1.2rem!important;
    padding-left:16px;
}

#plc-suggested-list {
    margin: auto;
    width: 100%;
}

.plc-sg-card {
	height: 260px;
	background-color: lightgray;
	/*max-width: 260px;*/
	width: 100%;
    border-radius: 6px;
    display:flex;
    position: relative;
}

.plc-sg-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    border-radius: 6px;
}

.plc-sg-tt{
    font-weight: 700;
    font-size: 1rem;
    color: white;
    margin: 0 16px;
    line-height: 1.4rem;
}

.plc-sg-og {
	color: white;
	font-size: 0.9rem;
	margin: 16px 14px 4px 16px;
}

.plc-sg-ct {
	color: white;
	font-size: 0.9rem;
    margin: 16px;
}

.sg-card-overlay{
    background-color: #00000099;
    width:100%;
    height:100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: space-between;
}

.sg-top-span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.contact-info > span{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.cat-icon{
    height:20px;
    margin: 0 6px 0 0;
}

.pld-toolbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 10;
    padding: 14px 8px;
}

.back-btn{
    display:block;
    font-size: 1rem;
}

#edit-button{
    height:40px;
    padding: 0 15px 0 15px;
    border: 0;
    cursor:pointer;
    text-decoration: underline;
    background-color: white;
}
#edit-button:hover{
    color:var(--blue);
}

#edit-request-form label {
	font-size: 1rem;
}


/* share modal*/
#share-button{
    height:40px;
    padding: 0 15px 0 15px;
    border-radius: 6px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background-color: white;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
}
#share-button:hover{
    color:white;
    background-color: var(--blue);
}

.share-modal-content {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.edit-modal-content {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

#message{
    height:200px;
}

#edit-form-message {
    display: flex;
    flex-direction: column;
}

#edit-form-wrap span {
    font-size: 0.925rem;
    margin: 10px 0px 10px 0;
    display: flex;
}

#edit-form-wrap label {
    font-weight:600;
}

#linkInput {
    width: 100%; 
    margin-bottom: 10px;
}

#copyBtn {
    width: 100%; 
    background-color: var(--blue);
    color: #fff; 
    border: none; 
    padding: 10px; 
    cursor: pointer;
    border-radius: 6px;
}

#copyBtn:hover {
	background-color: #3bb3ad;
}

/* tabs */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #47657d;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 26px;
    font-size: 0.9rem;
}

.tab button:hover {
    background-color: #e5ecf2;
    border-bottom: 2px solid #47657d;
}

.tab button.active {
    border-bottom: 2px solid #47657d;
}

.tabcontent {
    display: none;
    padding: 18px 12px;
    font-size: 1rem;
    color: #0b3251;
    white-space: pre-line;
} 

.tabcontent pre {
	font-size: 1rem;
	color: #0b3251;
	font-family: inherit;
	margin: 0;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


/* GALLERY */
.gallery-wrap {
    height: 35vw;
    max-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.gallery-wrap button{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0;
    color: white;
    background-color: var(--orange);
    cursor:pointer;
    box-shadow: 0px 0px 4px rgba(0,0,0,.25);
    font-weight: 800;
}

.gallery-wrap button:hover{
    color: var(--orange);
    background-color: white;
}

#backBtn{
    position: absolute;
    left: 20px;
}

#nextBtn{
    position: absolute;
    right: 20px;
}

.gallery{
    width:100%;
    display:flex;
    overflow-x: scroll;
    max-height: inherit;
    height: 100%;
    -ms-overflow-style: none;     
    scrollbar-width: none;
}

.gallery div{
    width:100%;
    display:grid;
    grid-template-columns: auto auto auto;
    grid-gap : 5px;
    flex:none;
    /*height: 100%;*/
    max-height: inherit;
    flex-wrap: nowrap;
}

.gallery div span{
    height: 100%;
    max-height: inherit;
    border-radius:6px;
    overflow:hidden;
}

.gallery div img{
    width:100%;
    border-radius:6px;
    object-fit: cover;
    height:100%; /* à enlever si pb responsive wix / chrome*/
}

.gallery::-webkit-scrollbar{
    display: none;
}

/* review form */
#plc-review .separator{
    border-bottom: 1px solid #a6bfd3;
    width:100%;
}

#review-form-wrap{
    padding:20px;
}

#review-form-wrap .sct-tt{
    font-weight: 600 !important;
    font-size: 1.2rem !important;
}

.r-form-row .r-form-group {
    width: 50%;
}

.r-form-row {
    display: flex;
    flex-direction: row;
}

.r-form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    flex-direction: column;
}

.r-form-group label {
    font-size: 0.8rem;
    padding: 5px;
}

.r-form-group input[type="text"],
.r-form-group textarea,
.r-form-group select {
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #7893a8;
    border-radius: 6px;
    background-color: white;
}

.r-form-group input[type="text"],
.r-form-group select {
    width: 75%;
}

input:autofill, input:autofill:hover, input:autofill:focus, input:autofill:active {
	background-color: white !important;
	box-shadow: 0 0 0px 30px white inset;
	border: 1px solid #7893a8 !important;
}

.r-form-group textarea {
    width: 100%;
    height: 76px;
}

.r-form-group input[type="text"]:hover,
.r-form-group textarea:hover {
    border: 1px solid #C6E2F7;
    background-color: #EAF7FF;
}

.rating {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating label {
    margin-right: 10px;
    cursor: pointer;
}

.rating input[type="radio"] {
    display: none;
}

.rating label:before {
    content: "☆";
    font-size: 24px;
    color: #ddd;
}

.rating input[type="radio"]:checked ~ label:before {
    content: "★";
    color: #FFD700;
}

/* Hover effect for star rating */
.rating label:hover:before,
.rating input[type="radio"]:hover ~ label:before {
    content: "★";
    color: #FFD700;
}

.rating label:hover ~ label:before {
    content: "☆";
    color: #ddd;
}

#submit-btn-wrap {
	display: flex;
	justify-content: end;
}

.submit-button,
#submit-new-place,
#submit-btn-wrap .submit-button {
	font-weight: 600;
	font-size: 0.9rem;
	width: fit-content;
	height: 40px;
	border-radius: 6px;
    border: none;
    cursor: pointer;
    background-color: var(--orange);
    color: #fff;
    padding: 10px;
}

.submit-button:hover,
#submit-new-place:hover,
#submit-btn-wrap .submit-button:hover {
    background-color: var(--hover-orange);
}

.center-wrap{
    display: flex;
    justify-content: center;
}

#new-response-wrap {
	display: flex;
	flex-direction: column;
}


/* review list */

#plc-review{
    box-sizing: border-box;
    max-width: 100%;
}


#review-page-nav{
    display: none;
    flex-direction: row;
    justify-content: center;
}

#review-page-nav button{
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 6px;
    color: white;
    background-color: #3c5e79;
    cursor:pointer;
    margin: 5px;
}

#review-page-nav button:hover{
    background-color: #7893a8;
}

#review-list{
    display:flex;
    flex-direction: column;
    width: 95%;
    margin: auto;
}

.rvw-card {
	border: 1px solid #dbe5ed;
	/*width: 100%;*/
	padding: 14px 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.rvw-first-row {
	display: flex;
	justify-content: space-between;
}

.rvw-user {
	font-weight: 700;
	font-size: 1rem;
}

.rvw-date {
	font-size: 1rem;
	color: var(--mid-grey);
	font-style: italic;
}

.rvw-note {
	color: #FFD700;
	font-size: 1.3rem;
    line-height: 1.3rem;
}

.rvw-comment {
	font-size: 0.9rem;
	margin-top: 8px;
    white-space: pre-line;
}

.rvw-comment pre {
	font-family: inherit !important;
	margin: 0;
}

/* PLACES DETAILS*/

.places-list{
    margin: 12px 20px 0 20px;
    width: 93%;
    height: calc(665px - 210px);
    overflow-y: scroll;
}

.place-details{
    max-height: 100px;
    position:relative;
    margin-bottom:20px;
}

.place-img{
    width: 100px;
    max-width:100px;
    height:100px;
    background-color: grey;
    border-radius:6px;
    margin-right: 20px;
    overflow: hidden;
}

.place-img img{
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    image-resolution: 24dpi;
}

.place-title{
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1rem;
}

.place-desc{
    color: var(--text-grey);
    margin-top: 5px;
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.place-cat{
    font-size: 14px;
    font-weight: 700;
    position:absolute;
    bottom:0;
    display:flex;
    align-items: center;
}

.place-cat img {
    height: 16px;
    margin-right: 4px;
}


.no-results{
    font-size: 1rem;
    text-align: center;
    display: block;
}

#new-place-link{
    text-decoration: underline;
    color:var(--orange)
}
#new-place-link:hover{
    color:var(--hover-orange)
}

/* ADD NEW PLACE FORM */

#place-map{
    display:none;
    width:100%;
    height: 200px;
    background-color: #D9D9D9;
    border-radius:6px;
}

#place-location-input{
    margin-bottom: 0;
}

.place-input-group{
    margin-bottom:20px;
}

#new-place-form{
    width: 600px;
    margin:auto;
    max-width: 100%;
}

#new-form-wrap {
    max-width: 100%;
    margin: auto;
    width: 600px;
  }
  

/*#new-place-form label{
    display:none;
}*/

#tag-list-input label{
    display:none;
}

#new-place-form textarea{
    height:100px;
    margin-bottom: 0;
}

#place-location-input{
    padding-left: 40px;
}

#place-geolocate-button{
    position:absolute;
    z-index: 10;
    width:22px;
    cursor:pointer;
    margin:38px 0 0 9px;
}

#existing-place-list {
    display: none;
    position: relative;
    z-index: 100;
    background: white;
    border: 1px solid black;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
}
   
.existing-place-info{
    cursor:pointer;
    display: flex;
}

.pl-info{
    display:grid;
}

.ext-place-detail{
    font-size:12px;
}


.existing-place-info:hover{
    background-color: #EAEAEA;
}

.pl-icon-wrap{
    display:flex;
    align-items: center;
    padding:10px;
}

.place-source-icon{
    width:32px;
}

#desc-name-input {
    font-family: unset;
    padding:10px;
    line-height:24px;
    font-size:14px;
}

/* tags */
.tag-input-group{
    margin:20px 0 20px 0; 
    font-size:13px;
}

#tag-input{
    all:unset;
    width:100%;
    height:40px;
    line-height: 40px;
}

.fake-input{
    display:inline-flex;
    box-sizing: border-box;
    width:100%;
    height:40px;
    line-height: 40px;
    background-color: var(--grey);
    border-radius: 6px;
    border: solid 1px var(--border-grey); 
    align-items: center;
    padding-left: 10px;
}

.place-tag {
    background-color: var(--mid-grey);
    height: 24px;
    line-height: 24px;
    margin: 0 10px 0 0;
    padding: 3px 10px 3px 10px;
    border-radius: 6px;
    display:inline-flex;
}

#delete-tag{
    margin: 0 3px 0 8px;
}

.accordeon-form h5{
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.accordeon-wrap{
    display:none;
    padding:20px;
    border-radius: 6px;
    border:1px solid var(--border-grey);
    transition: display 1s ease-in;
}

#place-opening-hours input[type=number]{
    width:60px;
}

#add-new-hours{
    font-weight: 600;
    color:var(--blue);
    font-size: 14px;
    padding-left: 16px;
    cursor: pointer;
}

#delete-slot{
    font-weight: 600;
    color:var(--blue);
    font-size: 14px;
    padding-left: 16px;
    cursor: pointer;
}

/* MODAL */

.map-user-tools{
    display:flex;
    margin: 0 20px;
    justify-content: end;
    max-width: 93%;
}
/*
.map-user-tools button{
    height:40px;
    padding: 0 15px 0 15px;
    border-radius: 6px;
    border: 0;
    color: white;
    background-color: #EF4C10;
    cursor:pointer;
}
*/

#new-place-button{
    border-radius: 80%;
    background-color: #EF4C10;
    border: 0;
    color: white;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 8px 0px rgba(128, 128, 128, 0.219);
    cursor:pointer;
    font-size: 1.4rem;
    font-weight: 800;
}

#new-place-button:hover{
    background-color: #d63f08;
}


/* Style for the modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Transparent background */
    z-index: 11;
}

.modal-content {
    position: relative;
    background-color: white;
    margin: 10px;
    padding: 20px;
    max-width: 700px;
    width: 85%;
    margin: 60px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Style for the close button (cross) */
.close {
    position: absolute;
    top: -6px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

/* Style for the overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.005); /* Transparent background */
    z-index: 12;
}


/* DIRECTORY MEDIA QUERIES MOBILE RESPONSIVE*/

@media only screen and (max-width: 700px) {
    .toggle-off{
        display: none!important;
    }

    .toggle-on{
        display: flex!important;
    }
    
    .map-div {
        display:none;
        margin: 10px 0 0 0;
        width: 100% !important;
        height:470px;
    }

    .map-form{
        margin: 14px;
        width: 93%;
    }
    .map{
        max-width: 100%;
        /*height:calc(100vh - 342px);*/
        height:470px;
    }

    .map-cl{
        width:100%;
        min-height: unset;
    }
    
    .directory-wrapper{
        flex-direction: column!important;
    }

    .toggle-btn{
        border-radius: 80%;
        background-color: var(--blue);
        /*position:absolute;
        z-index: 102;
        bottom: 90px;
        right: calc(50% - 30px);*/
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 8px 0px rgba(128, 128, 128, 0.219);
        cursor:pointer;
    }

    #toggle-img{
        width:28px;
        padding: 8px 20px;
    }

    #places-form{
        width:93vw;
    }

    .places-list{
        width:93%;
        margin:10px auto 0 auto!important;
        height: 454px;
        /*max-height: calc(100vh - 342px)!important;
        max-width: calc(100vw - 20px);*/
    }

    .place-title{
        font-size: 1rem;
        line-height: 1rem;
    }

    .separator{
        display:none;
    }

    #submit-button{
        /*display:none;*/   
        margin-left: 12px;
        box-shadow: 0px 3px 8px 0px rgba(128, 128, 128, 0.219);
    }

    .input-group{
        width: 100%;
    }


    .mb-input-group{
        display: flex;
        width:100%;
    }

    .location-group{
        flex-flow: column;
    }


    .category-input{
        /*overflow: hidden;*/
        -ms-overflow-style: none;     
        scrollbar-width: none;
        height: fit-content;
        
    }

    /*.place-infos{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

    .place-details{
        min-height: fit-content;
        max-height: unset!important;
    }

    .place-desc{
        font-size: 0.7rem;
        line-height: 0.9rem;
        min-height: 45px;
        /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;*/
    }

    .place-cat{
        font-size: 0.7rem;
        line-height: 1.0rem;
        position:relative!important;
        bottom:unset;
    }

    .place-title{
        font-size: 1rem;
        line-height: 1rem;
    }

    .place-img{
        margin-right: 10px;
    }

    .map-user-tools{
        display:flex;
        margin: 0 14px;
        justify-content: end;
        align-items: center;
        column-gap: 14px;
    }

    /* PAGE DETAILS MOBILE*/
    .pld-wrap,
    .tabcontent{
        font-size: 0.9rem;
    }

    .back-btn{
        font-size: 0.8rem!important;
    }

    /*#edit-button::before,*/
    .pld-toolbar{
        font-size: 0.8rem!important;
    }

    .pld-wrap{
        width:93%;
    }

    #plc-tt{
        font-size: 1.4rem;
    }

    #plc-info{
        column-gap: 10px;
        align-items: normal;
        flex-direction: column;
        row-gap: 8px;
    }

    #plc-info span {
        font-size: 0.8rem;
        align-items: self-start;
    }
    
    #plc-suggested-list {
        margin: auto;
    }

    #plc-suggested-list .sct-tt {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .gallery div{
        grid-template-columns: auto auto;
    }

    #plc-info-wrap {
        min-height:fit-content!important;
    }

    .pld-tool-user{
        display: flex;
        justify-content: end;
    }

    .gallery-wrap {
        max-height: var(--mb-gl-height)!important;
        height: var(--mb-gl-height)!important;
    }

    .gallery div{
        display: flex; /* Use flex to make images appear horizontally */
        flex-wrap: nowrap; /* Prevent images from wrapping to the next line */
        gap: 5px;
        flex: none;
        height: 100%;
        max-height: var(--mb-gl-height);
        width:unset;
    }

    .gallery div span{
        max-height: var(--mb-gl-height);
    }

    .gallery div img{
        max-height: var(--mb-gl-height);
        width:100%;
        max-width: 100vw;
        height: var(--mb-gl-height);
    }

    .plc-oh-mp {
        max-width: 100%;
        margin: 10px auto;
        width: 100%;
    }

    .plc-info-sct {
        width: 100%;
        margin: auto;
    }

    #plc-sg-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        padding:0;
        width: 95%;
        margin: 14px auto;
    }
    .plc-sg-card {
        height: 160px;
    }

    #plc-info-wrap {
        margin-bottom: 12px;
    }

    .pld-wrap .row{
        flex-direction: column;
    }

    .pld-wrap .separator{
        display: block;
    }

    #plc-dtl {
        margin-bottom: 8px;
    }

    #plc-dtl-map {
        margin-bottom: 24px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .gmp-info-window img {
        width: 50px;
        border-radius: 6px;
        object-fit: cover;
    }
    
    .gmp-plc-info {
        font-size: 0.7rem!important;
    }

    #category-input-wrap{
        margin-bottom: 16px;
    }
      
    label{
        font-size: 0.8rem;
    }

    .accordeon-form h5 {
        font-size: 0.9rem;
    }

    #place-geolocate-button {
        position: absolute;
        z-index: 10;
        width: 22px;
        cursor: pointer;
        margin: 34px 0 0 9px;
    }

    .cat-wrap {
        column-count: 1;
    }

    /*review mobile*/
    .r-form-row .r-form-group {
        width: 100%;
        margin-bottom: 0!important;
    }
    .r-form-group input[type="text"], .r-form-group select {
        width: 100%;
    }
    
    .r-form-row {
        flex-direction: column;
    }

    #review-form-wrap .sct-tt {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    #submit-btn-wrap {
        justify-content: center;
    }
}

.pld-tool-user{
    text-underline-offset: 3px;
}
/*
#edit-button::before{
    content: "\270E  ";
    font-size: 1.2rem;
}*/