.light-border {
    border: 1px solid #f0f0f0;
    border-radius: 0.8rem;
}

.gap-4 {
    /* gap: 0.4rem; */
    margin-bottom: 1.2rem;
}

.remove-bg-color {
    background-color: white !important;
}

.live-site {
    position: fixed;
    top: 16%;
    right: 10%;
}

.live-site-mobile {
    padding: 0.4rem 1.2rem;
    background-color: #00ddff;
    width: fit-content !important;
    border-radius: 0.4rem;
}

.live-site-mobile a {
    text-decoration: none;
    color: var(--text-nav-cta);

}

.product-goal-details p a {
    color: var(--cta-color);
}