/* =========================================================
   BASIS – BESTAANDE STYLING (INBOX, HEADER, REVIEWS)
   ========================================================= */

.btn-inbox-container{
  width:auto;
}

.about-supplier-head{
  display:flex;
  gap:10px;
  justify-content: space-between;
}

.shop-view .about-user-avatar {
  width: 3rem;
  border-radius: 50%;
  height: 3rem;
}

.about_user_wrapper{
  display:flex;
  flex-direction: column;
  gap: 5px;
}

.about-user-title{
  --tw-text-opacity: 1;
  color: #FFF !important;
  letter-spacing: -0.025em;
  font-weight: 700 !important;
  font-size: 1.5rem;
  line-height: 2rem;
  margin:0;
}

span.about-user-location {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.shop-view .cta-inbox-app {
  width: auto;
  margin-top:0;
}

.user-main-info {
  display: flex;
  gap: 15px;
}

.btn.btn-inbox {
  border-color: #f2f2f2 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: .75rem;
  color: #1f2937 !important;
  gap: .5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  outline-color: var(--fallback-bc, oklch(var(--bc) / 1));
  background-color: #f2f2f2 !important;
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
  display: inline-flex;
  height: 2.5rem;
  min-height: 2rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
}

.review_item .rating_comment{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.review_item .user_img, .see_all_reviews {
  width: auto;
}

.review_item .user_comment ul{
  display:flex;
  gap: 1rem;
}

.review_item .user_img img {
  width: 3rem;
  height: 3rem;
}

/* Responsive tweaks voor bestaande layout */

@media(max-width:490px){
  .about-supplier-head {
    flex-direction: column;
  }
}

@media (min-width: 640px) {
  .review_item {
    display: flex;
    align-items: flex-start;
  }
}

@media(max-width:767px){
  .page-header{
    padding:0;
  }

  .page-header .container{
    width:100%;
  }

  .review_item .user_comment ul {
    gap: 0.5rem;
    flex-direction: column;
  }
}

/* =========================================================
   HOMEPAIR PROFIEL LAYOUT – GEEN BALK
   ========================================================= */

.hp-profile {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

/* header vrijwel default, alleen iets minder spacing  */

.hp-page-header {
  border-bottom: none;
  padding-bottom: 12px;
}

/* GEEN card meer rondom header – alleen content boven foto */

.hp-profile-header {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

/* avatar net iets meer premium */

.hp-profile .about-user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* rating-link in header wat warmer */

.hp-profile-header .about-user-review a {
  color: #ffd166 !important;
}

/* CTA-knop in header: standaard HomePair-stijl */

.hp-cta-contact a,
.hp-cta-contact .btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1b4cff, #2563eb) !important;
  color: #fff !important;
  font-weight: 500;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

/* =========================================================
   BODY / SECTIES
   ========================================================= */

.hp-profile-body {
  max-width: 1100px;
  margin: 32px auto 48px;
  background: #ffffff;
  padding: 32px 32px 48px;
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}

.hp-section {
  margin-top: 32px;
}

/* sectietitels met klein blauw balkje links */

.hp-section h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 18px;
}

.hp-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1b4cff, #5591ff);
}

.hp-about {
  max-width: 820px;
}

.hp-about p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
}

/* =========================================================
   BEDRIJFSINFORMATIE – CLEAN KAARTEN
   ========================================================= */

.hp-attributes-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 8px;
}

/* KAART: zoals abonnementenkaarten, maar iets rustiger */

.hp-attributes-inner > * {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 24px 26px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* kleine hover-lift */

.hp-attributes-inner > *:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(15,23,42,0.10);
  border-color: rgba(37,99,235,0.25);
}

/* geen extra lijn of iconen meer */

/* kopjes in cards */

.hp-attributes-inner h3,
.hp-attributes-inner dt {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111827;
}

/* tekst in cards */

.hp-attributes-inner p,
.hp-attributes-inner dd,
.hp-attributes-inner li {
  font-size: 14px;
  margin: 0;
  color: #4b5563;
}

/* lijst "Waarom kiezen voor dit bedrijf?" */

.hp-attributes-inner ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hp-attributes-inner ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
}

.hp-attributes-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1b4cff;
}

/* =========================================================
   DIENSTEN & REVIEWS
   ========================================================= */

.hp-listings {
  margin-top: 40px;
}

.hp-reviews {
  margin-top: 40px;
}

.hp-reviews h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hp-reviews small {
  font-weight: 500;
  color: #4b5563;
}

/* =========================================================
   RESPONSIVE – MOBIEL PROFIEL
   ========================================================= */

@media (max-width: 767px) {
  .hp-profile-body {
    padding: 24px 16px 32px;
    margin-top: 16px;
  }

  .hp-profile-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-cta-contact {
    align-self: stretch;
  }

  .hp-cta-contact a,
  .hp-cta-contact .btn {
    width: 100%;
    text-align: center;
  }

  .hp-section h2 {
    font-size: 20px;
  }
}
