body.postid-12345 {
--mint: #bcf1e2;
--blue: #1d1f43;
--white: #fff;
}
body.postid-12345 .product .summary {
background: #fff;
border: 1px solid rgba(29,31,67,.15);
border-radius: 16px;
padding: 20px;
}
body.postid-12345 .product_title,
body.postid-12345 .price {
color: var(--blue);
}
body.postid-12345 .tcdc-speed {
margin: 24px 0 10px;
border: 1px solid rgba(29,31,67,.15);
border-radius: 16px;
padding: 20px;
background: linear-gradient(180deg, rgba(188,241,226,.35), #fff 55%);
}
body.postid-12345 .tcdc-kicker {
display: inline-block;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
padding: 6px 12px;
border-radius: 999px;
background: var(--mint);
color: var(--blue);
margin: 0 0 12px;
}
body.postid-12345 .tcdc-speed h2,
body.postid-12345 .tcdc-speed h3,
body.postid-12345 .tcdc-speed h4 {
color: var(--blue);
margin-top: 0;
}
body.postid-12345 .tcdc-lead {
font-size: 18px;
margin: 8px 0 12px;
}
body.postid-12345 .tcdc-note {
border-left: 4px solid var(--blue);
background: rgba(188,241,226,.35);
padding: 10px 12px;
border-radius: 8px;
margin: 0 0 16px;
}
body.postid-12345 .tcdc-speed ul {
margin: 0 0 10px 18px;
}
body.postid-12345 .tcdc-upgrades {
margin-top: 18px;
display: grid;
gap: 10px;
}
body.postid-12345 .tcdc-upgrade-card {
border: 1px solid rgba(29,31,67,.15);
border-radius: 12px;
padding: 12px;
background: #fff;
}
body.postid-12345 .tcdc-upgrade-card h4 {
margin: 0 0 6px;
display: flex;
justify-content: space-between;
gap: 10px;
font-size: 18px;
}
body.postid-12345 .tcdc-upgrade-card h4 span {
font-size: 13px;
background: var(--mint);
border-radius: 999px;
padding: 3px 8px;
}
body.postid-12345 .tcdc-upgrade-card p {
margin: 0 0 8px;
}
body.postid-12345 .tcdc-upgrade-card a {
color: var(--blue);
font-weight: 700;
text-decoration: none;
} body.postid-12345 .cart input,
body.postid-12345 .cart select {
border: 1px solid rgba(29,31,67,.2);
border-radius: 10px;
}
body.postid-12345 .single_add_to_cart_button.button.alt {
background: var(--blue);
color: #fff;
border-radius: 10px}
;