.h2 em{
font-family: Playfair Display,serif;
font-style: italic;
font-weight: 400;
line-height: 117%;
}

.h2{
    color: var(--Brand-Black, #161819);
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    line-height: 117%;
}

.trends-form form input{
border: 1px solid var(--Brand-Black, #616769);
background-color: transparent;
}

.trends-form form input::placeholder{
    color:#616769;
}

.trends-form .hs-button {
    font-family: Roboto Mono;
    font-size: 18px;
    padding: 5px 30px 5px 16px;
    text-transform: uppercase;
    background-color: transparent;
    color: #161819;
    border:  none;
    display: inline-block;
}

.trends-form .hs_submit:before {
    background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/Layer_1-2-1.png);
    background-repeat: no-repeat;
    background-size: 16px;
    content: "";
    width: 15.91px;
    height: 15.91px;
    display: inline-block;
}

.trends-form .hs_submit .actions{
    display: inline-block;
} 