.thatsms-form,
.thatsms-entry {
    max-width: 760px;
    margin: 2rem auto;
}

.thatsms-field {
    margin: 0 0 1.35rem;
}

.thatsms-field label {
    display: block;
    font-weight: 700;
    margin-bottom: .45rem;
}

.thatsms-field input[type="text"],
.thatsms-field input[type="email"],
.thatsms-field input[type="tel"],
.thatsms-field input[type="file"],
.thatsms-share-box input {
    box-sizing: border-box;
    width: 100%;
    padding: .8rem .9rem;
}

.thatsms-field small,
.thatsms-privacy-note,
.thatsms-file-info {
    display: block;
    margin-top: .35rem;
    opacity: .72;
}

.thatsms-consent label {
    font-weight: 400;
    line-height: 1.5;
}

.thatsms-submit {
    appearance: none;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: .9rem 1.25rem;
}

.thatsms-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.thatsms-alert {
    border: 1px solid currentColor;
    border-radius: 6px;
    margin: 0 0 1.5rem;
    padding: 1rem;
}

.thatsms-kicker {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.thatsms-entry-number {
    margin-bottom: .15rem;
}

.thatsms-entry-name {
    margin-top: 0;
}

.thatsms-video-wrap {
    margin: 1.5rem 0;
}

.thatsms-video-wrap video {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.thatsms-video-unavailable {
    border: 1px dashed currentColor;
    padding: 2rem;
    text-align: center;
}

.thatsms-share-box {
    margin-top: 1.5rem;
}

.thatsms-share-box strong {
    display: block;
    margin-bottom: .5rem;
}

.thatsms-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.thatsms-card {
    border: 1px solid rgba(127, 127, 127, .3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: 1rem;
    text-decoration: none;
}

.thatsms-card-number,
.thatsms-card-name,
.thatsms-card-cta {
    display: block;
}

.thatsms-card-number {
    font-size: .85rem;
    font-weight: 700;
}

.thatsms-card-name {
    font-size: 1.15rem;
    font-weight: 700;
}

.thatsms-card-cta {
    margin-top: .35rem;
}
