.ccd-widget {
background: #f1f5f9;
border-radius: 22px;
padding: 26px 30px 30px;
box-shadow: 0 2px 20px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.04);
overflow: hidden;
} .ccd-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
}
.ccd-title {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
flex: 1;
min-width: 0;
}
.ccd-eyebrow {
font-size: 11px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: #16224d;
background: #c9d4f0;
padding: 4px 10px;
border-radius: 999px;
white-space: nowrap;
display: inline-block;
}
.ccd-title-main {
font-size: 27px;
font-weight: 800;
letter-spacing: -.02em;
color: #0f172a;
line-height: 1.15;
}
.ccd-title-c {
font-weight: 500;
opacity: .5;
font-size: .62em;
}
.ccd-logo {
height: 34px;
width: auto;
opacity: 1;
flex-shrink: 0;
margin-top: 4px;
} .ccd-desc {
margin: 12px 0 22px;
font-size: 13.5px;
line-height: 1.55;
color: #64748b;
} .ccd-section {
margin-bottom: 20px;
}
.ccd-section:last-child {
margin-bottom: 0;
}
.ccd-section-label {
font-size: 11px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
color: #475569;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
} .ccd-widget .tl-data-card {
background: rgba(255,255,255,.60);
border: 1px solid rgba(255,255,255,.75);
box-shadow: none;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.ccd-widget .tl-data-card:hover {
background: rgba(255,255,255,.80);
border-color: rgba(255,255,255,.9);
box-shadow: none;
transform: translateY(-2px);
}
.ccd-widget .tl-data-card.is-active,
.ccd-widget .tl-data-card.is-active:hover {
background: linear-gradient(135deg, #1b2f63 0%, #203c85 55%, #24337a 100%);
border-color: transparent;
box-shadow: none;
} .ccd-section--country .tl-data-card {
flex: 1 0 104px;
min-width: 104px;
padding: 18px 12px;
} .ccd-section--city .tl-data-card {
flex: 1 1 0;
}
@media (max-width: 600px) {
.ccd-widget {
padding: 20px 16px 22px;
border-radius: 16px;
}
.ccd-title-main { font-size: 22px; }
.ccd-logo { height: 28px; }
.ccd-section--city .tl-data-card {
flex: 0 0 88px;
min-width: 88px;
}
}