.lh-header-simple-section {
    background-color: #0c9494;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 16px 0;
}
@media (max-width: 768px) {
.lh-header-simple-section {
    background-color: #0c9494;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 7px 0;
}
}
.header-simple-content {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.header-simple-text {
    flex: 1;
}
.google-cert-text,
.header-simple-text {
    color: #fff;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.google-cert-text {
    margin-right: 8px;
}
.google-logo {
    height: 20px;
    vertical-align: middle;
    width: auto;
}
.header-simple-cta {
    flex-shrink: 0;
}
.header-cta-btn {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.header-cta-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .header-simple-content {
        gap: 16px;
        text-align: center;
    }
    .header-simple-text {
        font-size: 14px;
    }
    .header-cta-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}
