.csmk-pillar-link,
.csmk-service-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:22px auto;
  padding:18px 22px;
  max-width:760px;
  border-radius:16px;
  background:linear-gradient(135deg,#81986f 0%,#8ea67b 100%);
  border:1px solid rgba(79,101,63,.28);
  box-shadow:0 14px 34px rgba(30,55,20,.16);
  font-weight:700;
  line-height:1.5;
  color:#fff;
  text-align:center;
}

.csmk-service-link{
  background:linear-gradient(135deg,#8f7459 0%,#a98a68 100%);
  border-color:rgba(101,79,63,.28);
  box-shadow:0 14px 34px rgba(55,36,20,.16);
}

.csmk-pillar-link:before,
.csmk-service-link:before{
  content:"👋";
  font-size:28px;
  line-height:1;
}

.csmk-pillar-link a,
.csmk-service-link a{
  font-weight:800;
  color:#fff;
  text-decoration:none;
}

.csmk-pillar-link a:hover,
.csmk-service-link a:hover{
  text-decoration:underline;
}

.csmk-child-teaser-cta,
.csmk-child-teaser-link{
  display:block;
  margin:12px 0 0 0;
  padding:0;
  max-width:none;
  border:0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  font-weight:400;
  line-height:1.7;
}

.csmk-child-teaser-cta strong,
.csmk-child-teaser-link strong{
  font-weight:700;
}

.csmk-child-teaser-cta a,
.csmk-child-teaser-link a{
  font-weight:700;
  text-decoration:underline;
}

.csmk-further-links{
  margin:28px 0;
  padding:14px 16px;
  border-radius:14px;
  background:#f5f6f4;
  border:1px solid #dfe5d7;
  box-shadow:none;
}

.csmk-further-links > span{
  display:block;
  margin-bottom:10px;
  font-weight:800;
  font-size:1.02em;
}

.csmk-further-links ul{
  margin:0;
  padding-left:18px;
}

.csmk-further-links ul li::first-letter {
	text-transform:uppercase;
}

.csmk-parent-context-link{
  margin:14px 0 18px;
}

.csmk-extlink-inline,
.csmk-extlink-sentence{
  display:inline;
}

.csmk-extlink-inline a,
.csmk-extlink-sentence a{
  font-weight:500;
  text-decoration:underline;
}

.csmk-extlink-anchor:after{
  content:" (ðŸ”—)";
  font-size:.95em;
}

.csmk-ext-resource-box{
  margin:28px 0 32px;
  border:1px solid #d8ddd1;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 18px rgba(49,62,36,.06);
  overflow:hidden;
}

.csmk-ext-resource-box-title{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  background:#8ca27a;
  color:#fff;
  font-size:.94em;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.csmk-ext-resource-box-title:before{
  content:"ðŸ’¡";
  font-size:1em;
  line-height:1;
}

.csmk-ext-resource-box-body{
  padding:18px 18px 16px 18px;
}

.csmk-ext-resource-box-body p{
  margin:0;
}

.csmk-ext-resource-box-body a{
  font-weight:500;
  color:inherit;
  text-decoration:none;
}

.csmk-ext-resource-box-body a:hover{
  text-decoration:underline;
}

.csmk-ext-sources{
  margin:34px 0 0 0;
  padding:0;
  --csmk-sources-icon-image:none;
}

.csmk-ext-sources-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 12px 0;
  font-style:italic;
  font-size:1.02em;
}

.csmk-ext-sources-title:before{
  content:"";
  display:inline-block;
  width:22px;
  height:22px;
  background:var(--csmk-sources-icon-image) no-repeat center center;
  background-size:contain;
  flex:0 0 22px;
}

.csmk-ext-sources-list{
  margin:0;
  padding-left:18px;
}

.csmk-ext-sources-list li{
  margin:0 0 8px 0;
}

.csmk-ext-sources-list a{
  text-decoration:none;
}

.csmk-ext-sources-list a:hover{
  text-decoration:underline;
}

.csmk-auto-table-wrap{
  margin:24px 0;
  padding:14px 16px;
  border:1px solid #d7dfcf;
  border-radius:16px;
  background:#fbfcf8;
}

.csmk-auto-table-wrap h3{
  margin-top:0;
}

.csmk-auto-table{
  width:100%;
  border-collapse:collapse;
}

.csmk-auto-table th,
.csmk-auto-table td{
  border:1px solid #d7dfcf;
  padding:10px 12px;
  vertical-align:top;
}

.csmk-auto-table thead th{
  background:#eef4e7;
}
