File: //tmp/dateweb-styles.css
.hero-trust-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.hero-trust-pill {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
text-align: left;
}
.hero-trust-pill strong {
color: var(--ink);
}
.hero-spotlight__selector span span {
color: rgba(255, 255, 255, 0.68);
}
.hero-spotlight__selector strong {
display: block;
}
details {
cursor: pointer;
}
details > summary {
list-style: none;
}
details > summary::-webkit-details-marker {
display: none;
}
details > summary::marker {
display: none;
}
@media (max-width: 760px) {
.hero-cta-wrap {
flex-direction: column;
align-items: stretch;
}
.hero-trust-row {
justify-content: stretch;
}
}