.connecta-block,
.connecta-block * {
box-sizing: border-box;
}
.connecta-block {
width: 100%;
margin: 32px 0;
color: #081633;
}
.connecta-card {
padding: 26px;
background: #ffffff;
border: 1px solid #e3eaf3;
border-radius: 22px;
box-shadow: 0 12px 30px rgba(9, 30, 66, .045);
}
.connecta-soft-card {
padding: 34px;
background: linear-gradient(135deg, #f8fbff 0%, #ffffff 54%, #f4f8fd 100%);
border: 1px solid #e3eaf3;
border-radius: 24px;
box-shadow: 0 14px 36px rgba(9, 30, 66, .06);
}
.connecta-kicker {
display: inline-flex;
width: fit-content;
margin: 0 0 14px;
padding: 7px 12px;
border: 1px solid #dfe7f2;
border-radius: 999px;
background: #ffffff;
color: #0d2b5c;
font-size: 12px;
font-weight: 850;
letter-spacing: .06em;
line-height: 1;
text-transform: uppercase;
}
.connecta-block h2,
.connecta-block h3 {
color: #081633;
}
.connecta-block h2 {
margin: 0 0 14px;
font-size: clamp(25px, 2.7vw, 38px);
line-height: 1.12;
letter-spacing: -0.04em;
}
.connecta-block h3 {
margin: 0 0 10px;
font-size: 21px;
line-height: 1.25;
letter-spacing: -0.02em;
}
.connecta-block p {
max-width: 940px;
margin: 0 0 16px;
color: #475569;
font-size: 16px;
line-height: 1.72;
}
.connecta-block p:last-child {
margin-bottom: 0;
}
.connecta-block h2:first-child,
.connecta-block h3:first-child,
.connecta-block p:first-child {
margin-top: 0;
}
.connecta-block h2:last-child,
.connecta-block h3:last-child,
.connecta-block p:last-child {
margin-bottom: 0;
} .connecta-guide-intro {
padding: 34px;
}
.connecta-guide-intro-title {
max-width: 920px;
margin: 0 0 16px;
color: #081633;
font-size: clamp(32px, 3.6vw, 48px);
line-height: 1.05;
letter-spacing: -0.05em;
}
.connecta-guide-intro-text {
max-width: 900px;
margin: 0;
color: #475569;
font-size: 17px;
line-height: 1.7;
}
.connecta-pill-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
}
.connecta-pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 12px;
border: 1px solid #e3eaf3;
border-radius: 999px;
background: #ffffff;
color: #41516d;
font-size: 13px;
font-weight: 700;
line-height: 1;
box-shadow: 0 6px 18px rgba(9, 30, 66, .04);
}
.connecta-pill svg {
width: 16px;
height: 16px;
flex: 0 0 16px;
fill: none;
stroke: #0d2b5c;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
} .connecta-list {
display: grid;
gap: 12px;
margin: 18px 0 0;
padding: 0;
list-style: none;
}
.connecta-list li {
position: relative;
margin: 0;
padding: 14px 16px 14px 44px;
border: 1px solid #e4e8f0;
border-radius: 14px;
background: #f8fafc;
color: #475569;
font-size: 15px;
line-height: 1.55;
}
.connecta-list li:before {
content: "✓";
position: absolute;
left: 16px;
top: 14px;
display: grid;
place-items: center;
width: 20px;
height: 20px;
border-radius: 999px;
background: #0d2b5c;
color: #ffffff;
font-size: 12px;
font-weight: 900;
line-height: 1;
} .connecta-check-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-top: 18px;
}
.connecta-check {
position: relative;
min-height: 48px;
padding: 14px 15px 14px 42px;
border: 1px solid #e4e8f0;
border-radius: 14px;
background: #f8fafc;
color: #475569;
font-size: 14.5px;
line-height: 1.45;
font-weight: 650;
}
.connecta-check:before {
content: "✓";
position: absolute;
left: 14px;
top: 14px;
display: grid;
place-items: center;
width: 18px;
height: 18px;
border-radius: 999px;
background: #0d2b5c;
color: #ffffff;
font-size: 11px;
font-weight: 900;
line-height: 1;
} .connecta-note {
padding: 20px 22px;
border: 1px solid #e3eaf3;
border-left: 4px solid #0d2b5c;
border-radius: 16px;
background: #f8fafc;
}
.connecta-note strong {
display: block;
margin-bottom: 6px;
color: #081633;
font-size: 15px;
line-height: 1.35;
font-weight: 850;
}
.connecta-note p {
max-width: 900px;
margin: 0;
color: #64748b;
font-size: 14.5px;
line-height: 1.6;
}
.connecta-note-warning {
border-left-color: #b45309;
background: #fffbeb;
}
.connecta-note-warning strong {
color: #7c2d12;
}
.connecta-note-success {
border-left-color: #15803d;
background: #f0fdf4;
}
.connecta-note-success strong {
color: #14532d;
} .connecta-table-wrap {
overflow-x: auto;
border: 1px solid #e4e8f0;
border-radius: 16px;
background: #ffffff;
}
.connecta-table {
width: 100%;
min-width: 720px;
border-collapse: collapse;
}
.connecta-table th {
padding: 14px 16px;
border-bottom: 1px solid #e4e8f0;
background: #f8fafc;
color: #081633;
font-size: 13px;
line-height: 1.4;
font-weight: 850;
text-align: left;
}
.connecta-table td {
padding: 14px 16px;
border-bottom: 1px solid #eef2f7;
color: #475569;
font-size: 14px;
line-height: 1.55;
vertical-align: top;
}
.connecta-table tr:last-child td {
border-bottom: none;
} .connecta-image-card {
width: 100%;
max-width: 562px;
margin: 32px auto;
padding: 10px;
background: #ffffff;
border: 1px solid #e3eaf3;
border-radius: 22px;
box-shadow: 0 12px 30px rgba(9, 30, 66, .045);
}
.connecta-image-card img {
display: block;
width: 100%;
max-width: 540px;
height: auto;
max-height: 285px;
aspect-ratio: 540 / 285;
object-fit: cover;
border-radius: 16px;
margin: 0 auto;
}
.connecta-image-card figcaption {
margin: 10px 4px 2px;
color: #64748b;
font-size: 13px;
line-height: 1.45;
text-align: center;
} .connecta-related-grid,
.connecta-resource-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
margin-top: 16px;
}
.connecta-related-link,
.connecta-resource-card {
display: block;
min-height: 100%;
padding: 18px;
border: 1px solid #e4e8f0;
border-radius: 16px;
background: #ffffff;
color: #081633;
text-decoration: none;
box-shadow: 0 8px 22px rgba(9, 30, 66, .035);
transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.connecta-related-link strong,
.connecta-resource-card strong {
display: block;
margin-bottom: 6px;
color: #081633;
font-size: 15.5px;
line-height: 1.3;
font-weight: 850;
}
.connecta-related-link span,
.connecta-resource-card span {
display: block;
color: #64748b;
font-size: 13.5px;
line-height: 1.45;
}
.connecta-related-link:hover,
.connecta-resource-card:hover {
border-color: #cbd8ef;
box-shadow: 0 12px 28px rgba(9, 30, 66, .065);
transform: translateY(-1px);
} .connecta-cta-strip {
display: grid;
grid-template-columns: 52px 1fr auto;
gap: 18px;
align-items: center;
padding: 20px 22px;
border: 1px solid #e4e8f0;
border-left: 4px solid #0d2b5c;
border-radius: 14px;
background: #f8fafc;
box-shadow: 0 8px 22px rgba(9, 30, 66, .04);
}
.connecta-cta-icon {
display: flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
background: #ffffff;
border: 1px solid #e4e8f0;
border-radius: 13px;
}
.connecta-cta-icon svg {
width: 24px;
height: 24px;
fill: none;
stroke: #0d2b5c;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.connecta-cta-content strong {
display: block;
margin: 0 0 5px;
color: #081633;
font-size: 16px;
line-height: 1.3;
font-weight: 850;
}
.connecta-cta-content p {
max-width: 780px;
margin: 0;
color: #64748b;
font-size: 14.5px;
line-height: 1.55;
}
.connecta-cta-link {
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
background: #ffffff;
border: 1px solid #dbe3ee;
border-radius: 11px;
padding: 12px 14px;
color: #0d2b5c;
font-size: 14px;
line-height: 1;
font-weight: 850;
text-decoration: none;
transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.connecta-cta-link:hover {
background: #eef4ff;
border-color: #cbd8ef;
transform: translateX(2px);
} .connecta-trust-box {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
align-items: stretch;
padding: 28px;
}
.connecta-trust-list {
display: grid;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.connecta-trust-list li {
display: flex;
gap: 10px;
align-items: flex-start;
padding: 12px 14px;
border: 1px solid #e4ebf4;
border-radius: 14px;
background: #ffffff;
color: #34405a;
font-size: 14px;
line-height: 1.45;
font-weight: 600;
}
.connecta-trust-list svg {
width: 18px;
height: 18px;
flex: 0 0 18px;
margin-top: 1px;
fill: none;
stroke: #0d2b5c;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
} .wp-block-connecta-key-takeaways.connecta-block,
.wp-block-connecta-checklist-box.connecta-block,
.wp-block-connecta-info-note.connecta-block,
.wp-block-connecta-warning-note.connecta-block,
.wp-block-connecta-comparison-table.connecta-block,
.wp-block-connecta-related-links.connecta-block,
.wp-block-connecta-resource-cards.connecta-block,
.wp-block-connecta-guide-intro.connecta-block,
.wp-block-connecta-cta-strip.connecta-block,
.wp-block-connecta-trust-box.connecta-block {
margin-top: 32px;
margin-bottom: 32px;
} .connecta-editor-item-controls {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 10px;
}
.connecta-editor-add-row {
margin-top: 14px;
}
.connecta-editor-inline-row {
display: grid;
grid-template-columns: 1fr auto;
gap: 10px;
align-items: center;
}
.connecta-editor-control-card {
padding: 12px;
border: 1px solid #e4e8f0;
border-radius: 10px;
background: #ffffff;
}
.connecta-editor-small-label {
display: block;
margin-bottom: 6px;
color: #64748b;
font-size: 12px;
font-weight: 700;
} .editor-styles-wrapper .connecta-block {
max-width: none;
}
.editor-styles-wrapper .connecta-card,
.editor-styles-wrapper .connecta-soft-card {
margin-left: 0;
margin-right: 0;
}
.editor-styles-wrapper .connecta-list {
padding-left: 0;
}
.editor-styles-wrapper .connecta-list li {
list-style: none;
}
.editor-styles-wrapper .connecta-check-grid {
padding-left: 0;
} @media (max-width: 900px) {
.connecta-check-grid,
.connecta-related-grid,
.connecta-resource-grid,
.connecta-trust-box {
grid-template-columns: 1fr;
}
.connecta-cta-strip {
grid-template-columns: 52px 1fr;
align-items: start;
}
.connecta-cta-link {
grid-column: 2;
width: fit-content;
margin-top: 4px;
}
}
@media (max-width: 640px) {
.connecta-block {
margin: 28px 0;
}
.connecta-guide-intro,
.connecta-card,
.connecta-soft-card,
.connecta-trust-box {
padding: 22px;
border-radius: 18px;
}
.connecta-guide-intro-title {
font-size: clamp(28px, 8vw, 38px);
}
.connecta-image-card {
max-width: 100%;
border-radius: 18px;
}
.connecta-image-card img {
max-width: 100%;
max-height: none;
}
.connecta-cta-strip {
grid-template-columns: 1fr;
gap: 14px;
padding: 20px;
}
.connecta-cta-link {
grid-column: auto;
}
} .connecta-pill-check {
display: inline-grid;
place-items: center;
width: 16px;
height: 16px;
flex: 0 0 16px;
border-radius: 999px;
background: #0d2b5c;
color: #ffffff;
font-size: 10px;
line-height: 1;
font-weight: 900;
}
.connecta-pill-remove {
display: inline-grid;
place-items: center;
width: 18px;
height: 18px;
margin-left: 2px;
border: 0;
border-radius: 999px;
background: #e2e8f0;
color: #334155;
font-size: 13px;
line-height: 1;
cursor: pointer;
}
.connecta-pill-remove:hover {
background: #cbd5e1;
color: #0f172a;
} body:not(.wp-admin) .connecta-pill-remove {
display: none;
} .connecta-content-card-grid {
display: grid;
gap: 16px;
margin-top: 18px;
}
.connecta-content-card-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.connecta-content-card-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.connecta-content-card {
padding: 20px;
border: 1px solid #e4e8f0;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 8px 22px rgba(9, 30, 66, .035);
}
.connecta-content-card strong {
display: block;
margin-bottom: 8px;
color: #081633;
font-size: 17px;
line-height: 1.3;
font-weight: 850;
}
.connecta-content-card p {
margin: 0;
color: #64748b;
font-size: 14.5px;
line-height: 1.6;
} .connecta-faq-section {
margin: 36px 0;
}
.connecta-faq-section h2 {
margin-bottom: 18px;
} .connecta-pill-check {
display: inline-grid;
place-items: center;
width: 16px;
height: 16px;
flex: 0 0 16px;
border-radius: 999px;
background: #0d2b5c;
color: #ffffff;
font-size: 10px;
line-height: 1;
font-weight: 900;
}
.connecta-pill-remove {
display: inline-grid;
place-items: center;
width: 18px;
height: 18px;
margin-left: 2px;
border: 0;
border-radius: 999px;
background: #e2e8f0;
color: #334155;
font-size: 13px;
line-height: 1;
cursor: pointer;
}
.connecta-pill-remove:hover {
background: #cbd5e1;
color: #0f172a;
}
body:not(.wp-admin) .connecta-pill-remove {
display: none;
}
@media (max-width: 900px) {
.connecta-content-card-grid-2,
.connecta-content-card-grid-3 {
grid-template-columns: 1fr;
}
} .connecta-info-button {
display: grid;
grid-template-columns: 1fr auto;
gap: 18px;
align-items: center;
padding: 20px 22px;
border: 1px solid #e3eaf3;
border-left: 4px solid #0d2b5c;
border-radius: 16px;
background: #f8fafc;
box-shadow: 0 8px 22px rgba(9, 30, 66, .04);
}
.connecta-info-button-content strong {
display: block;
margin: 0 0 6px;
color: #081633;
font-size: 16px;
line-height: 1.3;
font-weight: 850;
}
.connecta-info-button-content p {
max-width: 780px;
margin: 0;
color: #64748b;
font-size: 14.5px;
line-height: 1.55;
}
.connecta-info-button-link {
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
padding: 12px 14px;
border: 1px solid #dbe3ee;
border-radius: 11px;
background: #ffffff;
color: #0d2b5c;
font-size: 14px;
line-height: 1;
font-weight: 850;
text-decoration: none;
transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.connecta-info-button-link:hover {
background: #eef4ff;
border-color: #cbd8ef;
transform: translateX(2px);
}
@media (max-width: 760px) {
.connecta-info-button {
grid-template-columns: 1fr;
gap: 14px;
padding: 20px;
}
.connecta-info-button-link {
width: fit-content;
}
} .connecta-inner-card-grid {
display: grid;
gap: 16px;
margin: 32px 0;
}
.connecta-inner-card-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.connecta-inner-card-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.connecta-inner-card {
min-height: 100%;
padding: 20px;
border: 1px solid #e4e8f0;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 8px 22px rgba(9, 30, 66, .035);
}
.connecta-inner-card h3,
.connecta-inner-card h4 {
margin: 0 0 10px;
color: #081633;
font-size: 18px;
line-height: 1.25;
letter-spacing: -0.02em;
}
.connecta-inner-card p {
margin: 0 0 12px;
color: #64748b;
font-size: 14.5px;
line-height: 1.6;
}
.connecta-inner-card ul,
.connecta-inner-card ol {
margin: 10px 0 0;
padding-left: 20px;
color: #475569;
font-size: 14.5px;
line-height: 1.6;
}
.connecta-inner-card li {
margin-bottom: 7px;
}
.connecta-inner-card li:last-child {
margin-bottom: 0;
}
.connecta-inner-card .wp-block-buttons {
margin-top: 14px;
}
.editor-styles-wrapper .connecta-inner-card .block-list-appender {
margin-top: 12px;
}
@media (max-width: 900px) {
.connecta-inner-card-grid-2,
.connecta-inner-card-grid-3 {
grid-template-columns: 1fr;
}
} .connecta-resource-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.connecta-resource-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.connecta-resource-label {
display: inline-flex;
width: fit-content;
margin-bottom: 10px;
padding: 5px 9px;
border: 1px solid #dfe7f2;
border-radius: 999px;
background: #f8fafc;
color: #0d2b5c;
font-size: 11px;
line-height: 1;
font-weight: 850;
letter-spacing: .05em;
text-transform: uppercase;
}
.connecta-resource-link {
display: inline-flex;
width: fit-content;
margin-top: 14px;
color: #005bd8;
font-size: 13.5px;
line-height: 1.2;
font-weight: 850;
text-decoration: none;
}
.connecta-resource-link:hover {
text-decoration: underline;
}
@media (max-width: 900px) {
.connecta-resource-grid-2,
.connecta-resource-grid-3 {
grid-template-columns: 1fr;
}
} .connecta-step-list {
margin: 32px 0;
}
.connecta-step-items {
display: grid;
gap: 14px;
margin-top: 18px;
}
.connecta-step-item {
display: grid;
grid-template-columns: 34px 1fr;
gap: 14px;
align-items: start;
padding: 20px;
border: 1px solid #e4e8f0;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 8px 22px rgba(9, 30, 66, .035);
}
.connecta-step-number {
display: grid;
place-items: center;
width: 34px;
height: 34px;
border-radius: 11px;
background: #0d2b5c;
color: #ffffff;
font-size: 14px;
line-height: 1;
font-weight: 900;
}
.connecta-step-content strong {
display: block;
margin: 0 0 7px;
color: #081633;
font-size: 17px;
line-height: 1.3;
font-weight: 850;
}
.connecta-step-content p {
max-width: 980px;
margin: 0;
color: #64748b;
font-size: 14.5px;
line-height: 1.6;
}
@media (max-width: 640px) {
.connecta-step-item {
grid-template-columns: 1fr;
gap: 12px;
padding: 18px;
}
} .connecta-warning-list {
margin: 32px 0;
}
.connecta-warning-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-top: 18px;
}
.connecta-warning-item {
display: grid;
grid-template-columns: 18px 1fr;
gap: 10px;
align-items: center;
min-height: 50px;
padding: 14px 15px;
border: 1px solid #f3d7bd;
border-radius: 14px;
background: #fffbeb;
color: #7c2d12;
font-size: 14.5px;
line-height: 1.45;
font-weight: 750;
}
.connecta-warning-icon {
display: grid;
place-items: center;
width: 18px;
height: 18px;
border-radius: 999px;
background: #b45309;
color: #ffffff;
font-size: 12px;
line-height: 1;
font-weight: 900;
}
.connecta-warning-item .connecta-editor-item-controls {
grid-column: 1 / -1;
}
@media (max-width: 900px) {
.connecta-warning-grid {
grid-template-columns: 1fr;
}
} .connecta-check-grid,
.connecta-warning-grid,
.connecta-step-items {
list-style: none;
padding-left: 0;
}
.connecta-check-grid li,
.connecta-warning-grid li,
.connecta-step-items li {
list-style: none;
} .connecta-affiliate-disclosure {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 16px 0 20px;
padding: 10px 13px;
border: 1px solid #e3eaf3;
border-radius: 10px;
background: #f8fafc;
color: #52627a;
}
.connecta-affiliate-disclosure-icon {
display: grid;
place-items: center;
flex: 0 0 17px;
width: 17px;
height: 17px;
margin-top: 1px;
border-radius: 999px;
background: #0d2b5c;
color: #ffffff;
font-size: 11px;
line-height: 1;
font-weight: 850;
font-style: normal;
}
.connecta-affiliate-disclosure-content {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 10px;
min-width: 0;
}
.connecta-affiliate-disclosure-content p {
margin: 0;
color: #52627a;
font-size: 12.5px;
line-height: 1.5;
}
.connecta-affiliate-disclosure-link {
color: #0d2b5c;
font-size: 12.5px;
line-height: 1.5;
font-weight: 800;
text-decoration: none;
white-space: nowrap;
}
.connecta-affiliate-disclosure-link:hover {
color: #005bd8;
text-decoration: underline;
}
@media (max-width: 560px) {
.connecta-affiliate-disclosure {
padding: 11px 12px;
}
.connecta-affiliate-disclosure-content {
display: block;
}
.connecta-affiliate-disclosure-link {
display: inline-flex;
margin-top: 4px;
}
}