
.ad_details_conatiner {
        padding: 1em;
        /background-color: white;
    }

    .detail_title_price, .detail_easy_info, .details_description, .details_advertiser {
        padding: 1em;
        border: solid 1px lightgrey;
        border-radius: 8px;
        margin-bottom: 1em; margin-top: 1em;
        color: #2a2b25;
    }

    .detail_easy_info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1em;
        color: #454931;
}

    .detail_price {
        font-size: 2em;
        font-weight: bold;
        color: #e00000;
    }

    .detail_title {
        font-size: 2em;
        color: #2a2b25;
    }

    .info_option {
        align-items: center;
        padding: 0.25em;
        text-align: center;
    }
    .info_option img {
        height: 1.25em;
        max-height: 1.25em;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .info_option .info-small {
        font-weight: bold;
    }

    @media (max-width: 480px) {
    .info_option {
      flex: 1 1 45%; /* show 2 per row on small screens */
    }
 }

/* -------------------------------------------------------------------------------------------------------  */
/* favorite report div css design */

    #fav-report {
      display: flex;
      gap: 1.5em;
      padding-right: 2em;
      padding-top: 1em;
    }

    .fav-div img , .report-trigger img {
      height: 1.25em;
      width: 1.25em;
    }
    .fav-div , .report-trigger {
      text-align: center;
      align-items: center;
      /margin-left: auto;  /* ar */
      cursor: pointer;
    }

    #report-form-div {
      text-align: center;
      align-items: center;
      background: white;
      border-radius: 12px;
      border: solid 1px grey;
      width: 10em;
      min-width: 240px;
      overflow-y: auto;
      padding: 0.5em;
      position: absolute;
      right: 2em;
    }
    #report-form-div textarea, #report-form-div input, #report-form-div label {
      max-width:90%;
      font-size: 1em;
      margin-top: 0.25em;
      margin-bottom: 0..25em;
    }

    .report-submit-button {
      border: none;
      background-color: #0077b3;
      color: white;
      font-size: 1em;
      border-radius: 5px;
      padding: 0.5em;
      text-align: center;
      cursor: pointer;
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .report-submit-button:hover { filter: brightness(1.33);}

    .close-sign-report {
      cursor: pointer;
      position: relative;
      left: 40%;
    }
/* ---------------------------------------------------------------------------------------------------- */

/* design phone number and whatsapp and email show under title directly in title div */

.detail_phone {
    display: flex;
    gap: 1em;
    min-width: 240px;
    flex-wrap: wrap;
    margin-top: 0.75em;
    margin-bottom: 1em;
}
.contact-show {
    padding-top: 0.25em;   padding-bottom: 0.25em;
    padding-right: 1em;  padding-left: 1em;
    background: #38b559;
    color: white;
    border: none;
    border-radius: 40px;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    font-weight: bold;
}
.contact-show:hover { filter: brightness(1.2);}

.contact-content a {
    text-decoration: none;
    color: white;
    background: #38b559;
    border-radius: 10px;
    padding: 0.5em;
    font-size: 1em;
    cursor: pointer;
}

.contact-show img {
    height: 1em;
    max-height: 1em;
    margin-right: 0.5em;
}
/* ----------------------------------------------------------------------------------------- */
/* design advertiser detail div */
.details_advertiser {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2em;
    padding-right: 2em;
    gap: 1em;

}

.details_advertiser h4, .details_advertiser div {
    margin-top: auto;
    margin-bottom: auto;
}

.advertiser-company {
    display: flex;
    flex-wrap: wrap;
    min-width: 240px;
    border: solid 1px lightgrey;
    padding: 1em;
    border-radius: 15px;
}

.advertiser-company h4 {
    margin-top: auto;
    margin-bottom: auto;
}

.advertiser-company img {
    width: 4em;
    height: 4em;
    border-radius: 15px;
}
/* -------------------------------------------------------------------------------------------- */
/* for map */
#map {
  border-radius: 10px;
  width: 95%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.map-trigger {
      border: none;
      background-color: #4ea751;
      color: white;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 5px;
      padding: 0.5em;
      text-align: center;
      /cursor: pointer;
      margin-top: 1em;
      margin-bottom: 1em;
}
/* .map-trigger:hover { filter: brightness(1.1);} */

/* ---------------------------------------------------------------------------------------- */