/*
 Theme Name:   Blocksy Child
 Template:     blocksy
 Text Domain:  blocksy-child
*/

.entry-header h1.page-title, .entry-content h2.wp-block-heading{
  color: #4a2a75;
  font-weight: normal;
}
.entry-header h1.page-title{
    text-align: center!important;
}
/*pricing styles*/
.pricing {
  text-align: center;
  margin: 60px auto;
  max-width: 900px;
  font-family: sans-serif;
}

.pricing h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #4a2c82;
}

.pricing-table {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.plan {
  flex: 1 1 280px;
  background: #fff;
  border: 1px solid #e0d6f6;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 2px 6px rgba(74, 44, 130, 0.08);
  transition: all 0.3s ease;
}

.plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(74, 44, 130, 0.15);
}

.plan.highlight {
  border: 2px solid #8a2be2;
  background: linear-gradient(135deg, #f8f4ff, #fdfdff);
  box-shadow: 0 4px 12px rgba(138, 43, 226, 0.2);
}

.plan h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #8a2be2;
}

.plan p {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 20px;
  color: #4a2c82;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan ul li {
  margin: 10px 0;
  font-size: 16px;
  color: #444;
  position: relative;
  padding-left: 22px;
}

.plan ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #8a2be2;
  font-size: 14px;
}

.wp-block-column img{
    border-radius:6px;
    box-shadow:
    0 6px 14px rgba(170, 140, 200, 0.4),
    0 22px 48px rgba(170, 140, 200, 0.5);
    transition: box-shadow .25s ease, transform .25s ease;
}
