.osp-hecon-future .osp-hecon-future-card {
padding: var(--osp-future-card-border-width, 1px);
background: var(--osp-future-card-border-color, #8dc7dd);
color: var(--future-ink);
filter: drop-shadow(0 0 7px rgba(255, 255, 255, .48)) drop-shadow(0 0 20px rgba(255, 255, 255, .2));
}
.osp-hecon-future .osp-hecon-future-card__inner {
background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .98), rgba(225, 248, 255, .96) 50%, rgba(176, 231, 250, .93) 100%);
}
.osp-hecon-future .osp-hecon-future-card svg {
stroke: #073c68;
}
.osp-hecon-future .osp-hecon-future-card strong {
color: #071a2f;
}
.osp-hecon-future .osp-hecon-future-card small {
color: #16436a;
}
.osp-hecon-future .osp-hecon-future-card b {
color: #0a3d67;
}
.osp-hecon-future .osp-hecon-future-card:hover,
.osp-hecon-future .osp-hecon-future-card:focus-visible {
color: var(--future-ink);
}
.osp-hecon-future .osp-hecon-future-card:focus-visible .osp-hecon-future-card__inner {
background: #f4fcff;
}