._local_guide ._custom_card {
    background-color: #ffffff;
    border: 1px solid #f0f0f5;
    padding: 12px;
 }

 ._local_guide ._explore_tours {
    background-color: #fefaf1;
    border-color: #fbd587;
    justify-content: space-between;
}

._single_guide  ._sidebar ._counts {
   width: 100%;
}



._single_guide ._sidebar ._counts {
   width: 100%;
   display: flex !important;
   justify-content: start;
   align-items: center;
   padding-bottom: 12px;
   border-bottom: 1px solid var(--color-gray-2);
   margin-bottom: 13px;
}

._single_guide ._sidebar ._count_since {
   display: block !important;
}

._single_guide ._sidebar ._count_since ._counts span {
   display: flex;
   justify-content: flex-start;
   align-items: center;
}

._single_guide ._customize_tour {
   background-size: cover;
   background-position: 100% 100%;
   background-repeat: no-repeat;
   background-position: right center;
   display: flex;
   justify-content: start;
   align-items: center;
   padding-left: 6%;
   border-radius: 18px;
   border: 1px solid green;
}

._single_guide ._custom_card {
   border-radius: 20px;
   background-color: var(--color-white);
   border: 1px solid var(--color-gray-3);
   position: relative;
}

._single_guide .review_content .title {
   width: 50px;
   height: 50px;
   background: white;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 30px;
   box-shadow: 0px 0px 60px #80808094;
}

._single_guide .review_content .title h3 {
   background-color: #C48C31;
   color: white;
   width: 40px;
   height: 40px;
   border-radius: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0px;
}

._actionButtons ._favourite_icon {
   position: absolute;
   top: 21px;
   right: 8px;
}

.home._custom_card ._image img {
   aspect-ratio: 4 / 4;
   border-radius: 14px;
}

._custom_card ._image img {
   border-radius: 14px 14px 0px 0px;
}

.single ._actionButtons ._favourite {
   position: absolute;
   top: 47px;
   right: 28px;
}

._single_guide .ui-widget.ui-widget-content {
   width: 100% !important;
}

/* Add styles for the sidebar background */
.sidebar {
    background-color: #fefffe !important;
}