.button-small-primary {
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-xs);
    font-size: var(--font-sm);
    font-weight: 500;
    background-color: var(--primary-500);
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition-property: background-color, color, border-color;
    transition-timing-function: ease-in-out;
    transition-duration: 150ms;
}
.button-small-primary:hover:not(.is-disabled) {
    background-color: var(--primary-600);
}
.button-small-primary.is-disabled {
    background-color: var(--gray-205);
    color: var(--gray-400);
    cursor: not-allowed;
}
.button-small-primary i {
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mb-\[var\(--spacing-4\)\] {
    margin-bottom: var(--spacing-4);
}
.mr-2 {
    margin-right: 0.5rem;
}
.flex {
    display: flex;
}
.hidden {
    display: none;
}
.\!h-full {
    height: 100% !important;
}
.h-\[22px\] {
    height: 22px;
}
.h-full {
    height: 100%;
}
.w-\[22px\] {
    width: 22px;
}
.w-full {
    width: 100%;
}
.\!flex-1 {
    flex: 1 1 0% !important;
}
.\!shrink-0 {
    flex-shrink: 0 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.gap-\[var\(--spacing-3\)\] {
    gap: var(--spacing-3);
}
.gap-\[var\(--spacing-4\)\] {
    gap: var(--spacing-4);
}
.gap-\[var\(--spacing-6\)\] {
    gap: var(--spacing-6);
}
.whitespace-pre-wrap {
    white-space: pre-wrap;
}
.\!rounded-bl-0 {
    border-bottom-left-radius: var(--radius-0) !important;
}
.\!rounded-br-0 {
    border-bottom-right-radius: var(--radius-0) !important;
}
.\!rounded-tl-0 {
    border-top-left-radius: var(--radius-0) !important;
}
.\!rounded-tr-0 {
    border-top-right-radius: var(--radius-0) !important;
}
.rounded-bl-xs {
    border-bottom-left-radius: var(--radius-xs);
}
.rounded-br-xs {
    border-bottom-right-radius: var(--radius-xs);
}
.rounded-tl-xs {
    border-top-left-radius: var(--radius-xs);
}
.rounded-tr-xs {
    border-top-right-radius: var(--radius-xs);
}
.border {
    border-width: 1px;
}
.\!border-r-0 {
    border-right-width: 0px !important;
}
.border-solid {
    border-style: solid;
}
.border-gray-300 {
    border-color: var(--gray-300);
}
.\!p-\[14px\] {
    padding: 14px !important;
}
.\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.\!py-\[12px\] {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.text-left {
    text-align: left;
}
.text-2xl {
    font-size: var(--font-xxl);
}
.text-sm {
    font-size: var(--font-sm);
}
.text-xs {
    font-size: var(--font-xs);
}
.font-semibold {
    font-weight: 600;
}
.\!leading-relaxed {
    line-height: 1.625 !important;
}
.leading-\[1\.4\] {
    line-height: 1.4;
}
.leading-\[1\.5\] {
    line-height: 1.5;
}
.text-gray-600 {
    color: var(--gray-600);
}

/* Auto-generated CSS for partials/pages/newsletter/subscribe-block.htm */

@media (min-width: 1024px) {
    .lg\:ml-\[var\(--spacing-11\)\] {
        margin-left: var(--spacing-11);
    }
    .lg\:\!w-1\/2 {
        width: 50% !important;
    }
    .lg\:max-w-\[80\%\] {
        max-width: 80%;
    }
    .lg\:\!flex-row {
        flex-direction: row !important;
    }
}
