/*
 Theme Name:   Wpresidence Child theme
 Template:     wpresidence
 Version:      1.0.0
 Description:  A child theme of wpresidence
 Author:       Gilblas Ngunte Possi
*/

/* Add your custom CSS below */

.address-container {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
}
.address-text {
  margin-bottom: 10px;
}
.map-button {
  display: inline-block;
  font-size: 15px;
  padding: 6px 12px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #ccc;
  cursor: pointer;
}
.map-button:focus,
.map-button:active {
  outline: none;
  box-shadow: none;
}

.feature-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}
.feature-heading {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.feature-item {
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-item:last-child {
  border-bottom: none;
}

.depense-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.depense-box {
  flex: 1 1 30%;
  min-width: 250px;
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.depense-box hr {
  margin: 8px 0;
  border-top: 1px dashed #ccc;
}

.section-info-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.section-info-box {
  flex: 1 1 30%;
  min-width: 280px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e1e4e8;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.section-info-box h3 {
  font-size: 1.3em;
  color: #2c3e50;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdfe3;
  padding-bottom: 6px;
}
