/** Shopify CDN: Minification failed

Line 88:1 Unexpected "{"
Line 88:2 Expected identifier but found "%"
Line 89:0 Unexpected "{"
Line 90:2 Expected identifier but found "\"name\""
Line 97:0 Unexpected "{"
Line 97:1 Expected identifier but found "%"

**/
.tci-section {
  padding: 60px 20px;
}

.tci-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 749px) {
  .tci-wrapper {
    grid-template-columns: 1fr;
  }
}

.tci-card {
  border: 1px solid #ED3237;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  background-color: #F1F1F1;
  }

.tci-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
  color: #ed3237;
}

.tci-body {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

.tci-body p {
  margin: 0 0 12px;
}

.tci-body p:last-child {
  margin-bottom: 0;
}

.tci-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.tci-list li {
  margin: 0 0 8px;
}

.tci-list li:last-child {
  margin-bottom: 0;
}

.tci-body a,
.tci-list a {
  color: #d0182c;
  text-decoration: underline;
  font-weight: 500;
}

.tci-body a:hover,
.tci-list a:hover {
  color: #a51222;
}

.tci-link-line a {
  font-weight: 600;
}{% schema %}
{
  "name": "Three Column Info",
  "presets": [
    {
      "name": "Three Column Info"
    }
  ]
}
{% endschema %}
