.ctc-block-copy {
transition: all ease-in-out 0.2s;
}
.ctc-block-content > p:last-child {
margin-bottom: 0;
}
.ctc-with-icon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.ctc-with-icon .check-icon {
display: none;
}
.copied .ctc-with-icon .copy-icon {
display: none;
}
.copied .ctc-with-icon .check-icon {
display: block;
}.ctc-email-sample .ctc-block-actions {
text-align: center;
}
.ctc-email-sample .ctc-block-content {
background: #ffffff;
padding: 25px 30px;
margin: 0 0 0 0;
border-radius: 10px;
border: 1px solid lightgray;
}
.ctc-email-sample .ctc-block-copy {
margin-top: 20px;
}
.ctc-email-sample .ctc-email-highlight {
background: #FFEB3B;
color: black;
}.ctc-block-copy {
transition: all ease-in-out 0.2s;
}
.ctc-block-content > p:last-child {
margin-bottom: 0;
}
.ctc-with-icon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.ctc-with-icon .check-icon {
display: none;
}
.copied .ctc-with-icon .copy-icon {
display: none;
}
.copied .ctc-with-icon .check-icon {
display: block;
}.ctc-email-address {
display: flex;
align-items: center;
gap: 10px;
}
.ctc-email-address .ctc-block-copy {
background: transparent;
border: none;
padding: 0;
margin: 0;
text-decoration: none;
display: flex;
}
.ctc-email-address svg {
fill: gray;
height: 1em;
width: 1em;
font-size: 16px;
}.ctc-phone-number {
display: flex;
align-items: center;
gap: 10px;
}
.ctc-phone-number .ctc-block-copy {
background: transparent;
border: none;
padding: 0;
margin: 0;
text-decoration: none;
display: flex;
}
.ctc-phone-number svg {
fill: gray;
height: 1em;
width: 1em;
font-size: 16px;
}.ctc-block-copy-icon {
background: transparent;
padding: 0;
margin: 0;
position: relative;
cursor: pointer;
}
.ctc-block-copy-icon .check-icon {
display: none;
}
.ctc-block-copy-icon svg {
height: 1em;
width: 1em;
}
.ctc-block-copy-icon::after {
position: absolute;
content: attr(aria-label);
padding: 0.5em 0.75em;
right: 100%;
color: white;
background: rgb(36, 41, 47);
font-size: 11px;
border-radius: 6px;
line-height: 1;
right: 100%;
bottom: 50%;
margin-right: 6px;
transform: translateY(50%);
}
.ctc-block-copy-icon::before {
content: '';
top: 50%;
bottom: 50%;
left: -7px;
margin-top: -6px;
border: 6px solid transparent;
border-left-color: rgb(36, 41, 47);
position: absolute;
}
.ctc-block-copy-icon::after,
.ctc-block-copy-icon::before {
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.copied.ctc-block-copy-icon::after,
.copied.ctc-block-copy-icon::before {
opacity: 1;
visibility: visible;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.copied.ctc-block-copy-icon .check-icon {
display: inline-block;
}
.copied.ctc-block-copy-icon .copy-icon {
display: none !important;
}.ctc-blockquote .ctc-block-actions {
text-align: left;
}
.ctc-blockquote .ctc-block-copy {
margin-top: 20px;
}
.ctc-blockquote-author {
margin: 10px 0 0 0;
font-weight: 600;
}.ctc-code-snippet .ctc-block-actions {
text-align: center;
margin-top: 20px;
}
.ctc-code-snippet-file-name {
display: flex;
align-items: baseline;
gap: 8px;
}
.ctc-code-snippet-file-name svg {
height: 1em;
width: 1em;
font-size: 14px;
}
.ctc-code-snippet-header {
display: flex;
background: rgb(246, 248, 250);
border: 1px solid rgb(208, 215, 222);
padding: 8px 15px;
justify-content: space-between;
font-size: 14px;
font-weight: normal;
border-bottom: 0;
transition: all 0.3s ease-in-out;
}
.ctc-block.ctc-code-snippet pre {
border-radius: 0;
box-shadow: none;
margin: 0;
padding: 20px 25px;
border: 1px solid rgb(208, 215, 222);
} .ctc-block.ctc-prism-coy pre:before,
.ctc-block.ctc-prism-coy pre:after {
display: none;
}
.ctc-block.ctc-prism-coy pre {
padding: 0;
}
.ctc-code-snippet .ctc-inline-copy-icon svg {
height: 1em;
width: 1em;
font-size: inherit;
line-height: inherit;
}.ctc-message .ctc-block-actions {
text-align: left;
}
.ctc-message .ctc-block-copy {
margin-top: 20px;
}
.ctc-message-text p:last-child {
margin-bottom: 0 !important;
}.ctc-wish .ctc-block-actions {
text-align: left;
}
.ctc-wish .ctc-block-copy {
margin-top: 20px;
}
.ctc-wish-text p:last-child {
margin-bottom: 0 !important;
}.ctc-shayari .ctc-block-actions {
text-align: left;
}
.ctc-shayari .ctc-block-copy {
margin-top: 20px;
}
.ctc-shayari-text p:last-child {
margin-bottom: 0 !important;
}.ctc-sms .ctc-block-actions {
text-align: left;
}
.ctc-sms .ctc-block-copy {
margin-top: 20px;
}
.ctc-sms-text p:last-child {
margin-bottom: 0 !important;
}.ctc-deal-header {
display: flex;
gap: 20px;
}
.ctc-deal-image {
max-width: 160px;
}
.ctc-deal-headings {
flex: 1;
}
.ctc-block.ctc-deal .ctc-deal-link {
text-decoration: none;
background: dodgerblue;
color: white;
padding: 10px 60px;
display: inline-block;
border-radius: 4px;
}
.ctc-deal .ctc-deal-heading {
margin: 0;
}
.ctc-deal .ctc-deal-heading + .ctc-deal-description {
margin-top: 10px;
}
.ctc-deal .ctc-deal-description p:last-child {
margin-bottom: 0;
}
.ctc-deal-details {
margin: 0px 0 0 0;
border: 1px solid #bed3e9;
padding: 10px 20px;
background: #d7e7f8;
border-top: none;
}
.ctc-block.ctc-deal .ctc-deal-toggle-link {
text-decoration: none;
display: inline-block;
margin: 0;
font-size: 14px;
line-height: normal;
}
.ctc-deal-header {
border: 1px solid #bed3e9;
padding: 20px;
background: #e4f1ff;
}
.ctc-details-content > ul:last-child,
.ctc-details-content > p:last-child {
margin-bottom: 0;
}
.ctc-details-content {
padding: 5px 0;
font-size: 14px;
}
.ctc-toggle-details {
display: none;
}
@media all and (max-width: 768px) {
.ctc-deal-header {
flex-direction: column;
gap: 20px;
}
}.ctc-coupon-header {
display: flex;
gap: 40px;
}
.ctc-coupon-image {
max-width: 160px;
}
.ctc-coupon-headings {
flex: 1;
}
.ctc-coupon .ctc-coupon-heading {
margin: 0;
}
.ctc-coupon .ctc-coupon-heading + .ctc-coupon-description {
margin-top: 10px;
}
.ctc-coupon .ctc-coupon-description p:last-child {
margin-bottom: 0;
}
.ctc-coupon-details {
margin: 0px 0 0 0;
border: 1px solid #bed3e9;
padding: 10px 20px;
background: #d7e7f8;
border-top: none;
}
.ctc-block.ctc-coupon .ctc-coupon-toggle-link {
text-decoration: none;
display: inline-block;
margin: 0;
font-size: 14px;
line-height: normal;
}
.ctc-coupon-header {
border: 1px solid #bed3e9;
padding: 20px;
background: #e4f1ff;
}
.ctc-details-content > ul:last-child,
.ctc-details-content > p:last-child {
margin-bottom: 0;
}
.ctc-details-content {
padding: 5px 0;
font-size: 14px;
}
.ctc-toggle-details {
display: none;
}
.ctc-block.ctc-coupon .ctc-coupon-link {
text-decoration: none;
background: #0170b9;
color: white;
padding: 10px 30px;
display: inline-block;
}
.ctc-coupon-code {
border: 2px dashed #0170b9;
padding: 10px 20px;
background: white;
position: absolute;
right: 0;
bottom: 0;
right: 0;
}
.ctc-coupon-cta .ctc-block-copy {
display: none;
}
.ctc-coupon-cta {
position: relative;
display: inline-flex;
align-self: flex-start;
}
.ctc-block.ctc-coupon .ctc-coupon-link {
z-index: 999;
position: relative;
text-decoration: none;
background: #0170b9;
color: white;
padding: 10px 30px;
display: inline-block;
border: 2px solid #0170b9;
right: 30px;
}
.ctc-block.ctc-coupon .ctc-coupon-cta:hover .ctc-coupon-link {
right: 50px;
} .ctc-coupon-clicked .ctc-coupon-cta .ctc-block-copy {
display: flex;
}
.ctc-coupon-clicked .ctc-coupon-cta .ctc-coupon-link {
display: none;
}
.ctc-coupon-clicked .ctc-coupon-code {
position: relative;
}
.ctc-coupon-clicked .ctc-coupon-cta {
gap: 15px;
}
.ctc-details-content  p {
margin: 0 0 5px 0;
}
.ctc-details-content p:last-child {
margin: 0;
}
.ctc-details-content  ul {
margin: 0 0 10px 20px;
}
@media all and (max-width: 768px) {
.ctc-coupon-header {
flex-direction: column;
gap: 20px;
}
.ctc-block.ctc-coupon .ctc-coupon-link {
margin-left: 30px;
}
}.ctc-block.ctc-ai-prompt-generator {
transition: all ease-in-out 0.2s;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
display: flex;
align-items: center;
justify-content: space-between;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-label {
min-width: 200px;
font-weight: 600;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field input {
width: 100%;
max-width: 100%;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
flex: 1;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-fields {
display: flex;
flex-direction: column;
gap: 10px;
}
.ctc-block .ctc-ai-prompt-generator-textarea {
height: 200px;
margin: 0 0 10px 0;
}
.ctc-block.ctc-ai-prompt-generator .ctc-ai-prompt-heading {
margin: 30px 0 10px 0;
}
@media all and (max-width: 767px) {
.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
flex-direction: column;
align-items: baseline;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
width: 100%;
}
}.ctc-table-wrap {
overflow-x: auto;
}
.ctc-table table {
color: black;
text-wrap: nowrap;
margin: 0;
font-size: 14px;
}
.ctc-table table,
.ctc-table td,
.ctc-table th {
border: 1px solid white;
padding: 10px;
}
.ctc-table-wrap {
margin: 0 0 20px 0;
}
.ctc-table tr:nth-child(odd) {
background: #dcddde;
}
.ctc-table tr:nth-child(even) {
background: #bcbec0;
}
.ctc-table__key {
background: black;
color: white;
}.ctc-contact-information .ctc-contact-heading,
.ctc-contact-information .ctc-social-heading {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.ctc-contact-information .ctc-block-fields {
margin-bottom: 20px;
}
.ctc-block-field-label {
font-weight: 600;
}
.ctc-block-field {
display: flex;
gap: 10px;
}
.ctc-contact-information .ctc-block-social {
display: flex;
gap: 10px;
margin-bottom: 20px;
}