/* Samasti Core Shared Block Styles */

/* Shared Block Layout */

.samasti-card {
  border: 1px solid var(--samasti-border, #e0d7ca);
  border-radius: 0;
  background: var(--samasti-surface, #ffffff);
}
.btn-square {
  border-radius: 0;
}
.page-section {
  padding: 72px 0;
}
.page-section--tint {
  background: var(--samasti-beige, #f7f2ea);
}
.page-section--tint-dark {
  background: var(--samasti-dark, #2f3440);
  color: #ffffff;
}
@media (max-width: 991px) {
  .page-section {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .page-section {
    padding: 40px 0;
  }
}
