/*
Theme Name: BeepRoom Child
Theme URI: https://beeproom.com
Author: BeepRoom
Author URI: https://beeproom.com
Description: BeepRoom Child Theme for Betheme
Template: betheme
Version: 0.1.1
*/

.bprm-client-home .sections_group {
  width: 100%;
}

.client-post.first-post {
  display: flex;
}

.client-post.first-post .text-and-meta {
  margin-left: 1.25rem;
}

.bprm-client-home .entry-content .section {
  margin-top: 2rem;
}

.bprm-client-home .client-link-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.link-box-icon {
  width: 2rem;
}

.bprm-client-home .client-link-boxes .link-box {
  flex: 1;
  text-decoration: none;
  border-radius: 0.125rem;
  background-color: #dadada;
  padding: 1rem;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* clienthome-people.template.php */

.client-people {
  display: flex;
  gap: 1rem;
}

.people-directory {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.people-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: calc(33% - 20px); /* Adjusts width for three columns */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.profile-card:hover {
  transform: translateY(-5px);
}

.profile-image img {
  border-radius: 50%;
}

.profile-name {
  font-size: 24px;
  font-weight: bold;
}

.profile-title {
  font-size: 18px;
  color: #666;
}

.social-media-links ul {
  list-style-type: none;
  padding: 0;
}

.social-media-links li {
  display: inline-block;
  margin-right: 10px;
}

.client-home-latest-press-releases {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.client-home-latest-press-releases .client-post {
  /* flex: 1; */
  flex-basis: calc(33% - 1rem);
}

.bprm-client-inquiry .people-cards-container {
  width: 100%;
}

/* END clienthome-people.template.php */
