:root {
    --maos-ink: #111326;
    --maos-muted: #747789;
    --maos-line: #e6e4ee;
    --maos-panel: #ffffff;
    --maos-bg: #f2f4f9;
    --maos-deep: #111021;
    --maos-deep-2: #080a14;
    --maos-purple: #7a35ff;
    --maos-violet: #9a19d8;
    --maos-gold: #ffd239;
    --maos-green: #20ad63;
    --maos-shadow: 0 26px 70px rgba(18, 16, 36, 0.10);
    --maos-soft-shadow: 0 18px 44px rgba(18, 16, 36, 0.07);
}

body.petify-my-account-os-active,
html.petify-my-account-os-active body {
    overflow-x: hidden !important;
    background: #eef1f7 !important;
}

body.petify-my-account-os-active .woocommerce-MyAccount-navigation {
    display: none !important;
}

body.petify-my-account-os-active .woocommerce-MyAccount-content,
html.petify-my-account-os-active .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.petify-my-account-os-active .woocommerce,
body.petify-my-account-os-active .woocommerce-account,
body.petify-my-account-os-active .site-content,
body.petify-my-account-os-active .content-layout-wrapper,
body.petify-my-account-os-active .main-page-wrapper,
body.petify-my-account-os-active .container,
body.petify-my-account-os-active .container-fluid,
body.petify-my-account-os-active .page-content,
html.petify-my-account-os-active .woocommerce,
html.petify-my-account-os-active .site-content,
html.petify-my-account-os-active .content-layout-wrapper,
html.petify-my-account-os-active .main-page-wrapper,
html.petify-my-account-os-active .container,
html.petify-my-account-os-active .container-fluid,
html.petify-my-account-os-active .page-content {
    width: 100% !important;
    max-width: none !important;
}

body.petify-my-account-os-active .main-page-wrapper,
body.petify-my-account-os-active .site-content,
body.petify-my-account-os-active .page-content,
body.petify-my-account-os-active .woocommerce {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.petify-my-account-os-active .woocommerce-MyAccount-navigation,
body.petify-my-account-os-active .wd-my-account-sidebar,
body.petify-my-account-os-active .woocommerce-my-account-sidebar,
html.petify-my-account-os-active .woocommerce-MyAccount-navigation,
html.petify-my-account-os-active .wd-my-account-sidebar,
html.petify-my-account-os-active .woocommerce-my-account-sidebar {
    display: none !important;
}

.petify-maos-app,
.petify-maos-app * {
    box-sizing: border-box;
}

.petify-maos-app {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    color: var(--maos-ink);
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 90% 10%, rgba(122, 53, 255, 0.10), transparent 32%),
        linear-gradient(180deg, #f7f8fc 0%, #eef1f7 100%);
}

.petify-maos-layout {
    min-height: calc(100dvh - 72px);
    display: grid;
    grid-template-columns: 312px minmax(0, 1fr);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 92% 10%, rgba(122, 53, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #f7f8fc 0%, #eef1f7 100%);
    box-shadow: none;
}

.petify-maos-sidebar {
    min-height: calc(100dvh - 72px);
    padding: 28px 24px;
    background:
        linear-gradient(180deg, rgba(122, 53, 255, 0.10), transparent 32%),
        linear-gradient(180deg, #17152b 0%, #080a14 100%);
}

.petify-maos-brand {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    min-height: 92px;
    padding: 18px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.petify-maos-brand span {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: span 2;
    border-radius: 19px;
    color: #fff;
    background: linear-gradient(135deg, #8357ff 0%, #22c8e5 100%);
    font-weight: 900;
}

.petify-maos-brand strong,
.petify-maos-brand small {
    display: block;
}

.petify-maos-brand strong {
    font-size: 21px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.petify-maos-brand small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    font-weight: 800;
}

.petify-maos-sidebar nav {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.petify-maos-sidebar nav a {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
}

.petify-maos-sidebar nav a:hover,
.petify-maos-sidebar nav a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
}

.petify-maos-sidebar nav a span {
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.24);
}

.petify-maos-sidebar nav a.active span {
    background: var(--maos-gold);
    box-shadow: 0 0 0 10px rgba(255, 210, 57, 0.12);
}

.petify-maos-main {
    min-width: 0;
    padding: clamp(18px, 2.4vw, 34px);
    overflow: hidden;
}

.petify-maos-head,
.petify-maos-profile-panel,
.petify-maos-card,
.petify-maos-stats article,
.petify-maos-panel {
    border: 1px solid var(--maos-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--maos-soft-shadow);
}

.petify-maos-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 26px;
}

.petify-maos-head span,
.petify-maos-profile-panel span,
.petify-maos-card span,
.petify-maos-panel span {
    display: block;
    color: var(--maos-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.petify-maos-head h1 {
    margin: 6px 0 10px;
    color: var(--maos-ink);
    font-size: clamp(32px, 3.1vw, 50px);
    line-height: 1.02;
    letter-spacing: -0.042em;
    font-weight: 850;
}

.petify-maos-head p,
.petify-maos-profile-panel p,
.petify-maos-card p,
.petify-maos-panel p {
    margin: 0;
    color: var(--maos-muted);
    font-size: 17px;
    line-height: 1.55;
}

.petify-maos-head-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.petify-maos-head-actions a,
.petify-maos-card a,
.petify-maos-panel a,
.petify-maos-profile-panel button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid var(--maos-line);
    border-radius: 18px;
    color: var(--maos-ink);
    text-decoration: none;
    background: #fff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.petify-maos-head-actions a.primary,
.petify-maos-card a,
.petify-maos-panel a,
.petify-maos-profile-panel button {
    border-color: var(--maos-deep);
    color: #fff;
    background: var(--maos-deep);
}

.petify-maos-stats {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.petify-maos-stats article {
    min-height: 112px;
    padding: 24px;
}

.petify-maos-stats strong {
    display: block;
    color: var(--maos-ink);
    font-size: clamp(30px, 2.9vw, 44px);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.petify-maos-stats span {
    display: block;
    margin-top: 10px;
    color: #747789;
    font-weight: 900;
}

.petify-maos-profile-panel {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
    gap: 24px;
    padding: 28px;
}

.petify-maos-profile-panel h2,
.petify-maos-card h3,
.petify-maos-panel h2 {
    margin: 10px 0;
    color: var(--maos-ink);
    font-size: clamp(24px, 2.15vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.038em;
    font-weight: 850;
}

.petify-maos-profile-panel form {
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 10px;
    align-items: center;
}

.petify-maos-profile-panel label {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--maos-line);
    border-radius: 18px;
    background: #fff;
    color: var(--maos-ink);
    font-weight: 900;
    line-height: 1.18;
}

.petify-maos-profile-panel button {
    grid-column: 1 / -1;
    justify-self: end;
}

.petify-maos-profile-panel input {
    width: 18px;
    height: 18px;
}

.petify-maos-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.petify-maos-card {
    padding: 28px;
}

.petify-maos-card p {
    margin-bottom: 20px;
}

.petify-maos-notice {
    margin-bottom: 16px;
    padding: 14px 18px;
    border-radius: 18px;
    color: #087943;
    background: rgba(32, 173, 99, 0.12);
    border: 1px solid rgba(32, 173, 99, 0.22);
    font-weight: 900;
}

.petify-maos-guest {
    max-width: 720px;
    margin: 0 auto;
    padding: 34px;
    text-align: center;
}

.petify-maos-activity-head h1 {
    max-width: 780px;
}

.petify-maos-activity-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 18px;
    align-items: start;
}

.petify-maos-activity-panel {
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--maos-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--maos-soft-shadow);
}

.petify-maos-activity-wide {
    grid-column: 1 / -1;
}

.petify-maos-section-head {
    margin-bottom: 18px;
}

.petify-maos-subtitle {
    margin: 18px 0 10px;
    color: var(--maos-ink);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.petify-maos-section-head span {
    display: block;
    color: var(--maos-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.petify-maos-section-head h2 {
    margin: 8px 0 8px;
    color: var(--maos-ink);
    font-size: clamp(24px, 2.1vw, 36px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 850;
}

.petify-maos-section-head p,
.petify-maos-empty p,
.petify-maos-mini-list p {
    margin: 0;
    color: var(--maos-muted);
    font-size: 15px;
    line-height: 1.55;
}

.petify-maos-empty {
    padding: 22px;
    border: 1px dashed #d9d4e6;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #faf7ff 100%);
}

.petify-maos-empty strong {
    display: block;
    margin-bottom: 8px;
    color: var(--maos-ink);
    font-size: 17px;
}

.petify-maos-activity-list {
    display: grid;
    gap: 14px;
}

.petify-maos-activity-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) minmax(260px, 0.7fr);
    gap: 18px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--maos-line);
    border-radius: 24px;
    background: #fff;
}

.petify-maos-activity-item > img {
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid var(--maos-line);
    background: #f8f8fb;
}

.petify-maos-activity-item span,
.petify-maos-product-mini span,
.petify-maos-mini-list span,
.petify-maos-review-grid span {
    display: block;
    color: var(--maos-purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.petify-maos-activity-item h3 {
    margin: 6px 0;
    color: var(--maos-ink);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 850;
}

.petify-maos-activity-item p {
    margin: 0;
    color: var(--maos-muted);
    font-size: 14px;
    line-height: 1.45;
}

.petify-maos-row-actions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.petify-maos-row-actions a,
.petify-maos-link-card,
.petify-maos-experience-form button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--maos-line);
    border-radius: 14px;
    color: var(--maos-ink);
    text-decoration: none;
    background: #fff;
    font-weight: 900;
}

.petify-maos-row-actions em {
    color: #087943;
    font-style: normal;
    font-weight: 900;
}

.petify-maos-experience-form {
    display: grid;
    gap: 9px;
}

.petify-maos-experience-form label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--maos-ink);
    font-size: 14px;
    font-weight: 900;
}

.petify-maos-experience-form select,
.petify-maos-experience-form textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--maos-line);
    border-radius: 14px;
    padding: 10px 12px;
    color: var(--maos-ink);
    background: #fff;
    font: inherit;
    font-size: 14px;
    resize: vertical;
}

.petify-maos-experience-form button {
    border-color: var(--maos-deep);
    color: #fff;
    background: var(--maos-deep);
}

.petify-maos-product-strip,
.petify-maos-mini-list,
.petify-maos-review-grid {
    display: grid;
    gap: 12px;
}

.petify-maos-product-mini {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--maos-line);
    border-radius: 20px;
    color: var(--maos-ink);
    text-decoration: none;
    background: #fff;
}

.petify-maos-product-mini img {
    width: 58px;
    height: 58px;
    grid-row: span 2;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--maos-line);
    background: #f8f8fb;
}

.petify-maos-product-mini strong,
.petify-maos-mini-list strong,
.petify-maos-review-grid strong {
    display: block;
    color: var(--maos-ink);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 850;
}

.petify-maos-product-mini span {
    color: var(--maos-muted);
    letter-spacing: 0;
    text-transform: none;
}

.petify-maos-mini-list article,
.petify-maos-review-grid article {
    padding: 16px;
    border: 1px solid var(--maos-line);
    border-radius: 20px;
    background: #fff;
}

.petify-maos-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.petify-maos-review-grid em {
    display: inline-flex;
    margin-top: 10px;
    color: #087943;
    font-style: normal;
    font-weight: 900;
}

.petify-maos-link-card {
    width: 100%;
    margin-top: 14px;
    border-color: var(--maos-deep);
    color: #fff;
    background: var(--maos-deep);
}

.petify-maos-profile-edit-layout {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 22px;
    align-items: start;
}

.petify-maos-profile-edit-card,
.petify-maos-profile-aside article {
    border: 1px solid var(--maos-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--maos-soft-shadow);
}

.petify-maos-profile-edit-card {
    padding: clamp(22px, 2.4vw, 34px);
}

.petify-maos-profile-edit-card > span,
.petify-maos-profile-aside span {
    display: block;
    color: var(--maos-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.petify-maos-profile-edit-card h2,
.petify-maos-profile-aside h3 {
    margin: 8px 0 10px;
    color: var(--maos-ink);
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.036em;
    font-weight: 850;
}

.petify-maos-profile-edit-card > p,
.petify-maos-profile-aside p {
    margin: 0;
    color: var(--maos-muted);
    font-size: 16px;
    line-height: 1.55;
}

.petify-maos-woo-form {
    margin-top: 24px;
}

.petify-maos-woo-form .woocommerce-EditAccountForm,
.petify-maos-woo-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    margin: 0;
}

.petify-maos-woo-form .woocommerce-form-row,
.petify-maos-woo-form p {
    margin: 0 !important;
}

.petify-maos-woo-form .form-row-wide,
.petify-maos-woo-form fieldset,
.petify-maos-woo-form .clear,
.petify-maos-woo-form .woocommerce-privacy-policy-text,
.petify-maos-woo-form p:has(.button) {
    grid-column: 1 / -1;
}

.petify-maos-woo-form label,
.petify-maos-woo-form legend {
    display: block;
    margin: 0 0 8px;
    color: var(--maos-ink);
    font-size: 14px;
    font-weight: 850;
}

.petify-maos-woo-form em,
.petify-maos-woo-form small,
.petify-maos-woo-form .woocommerce-password-hint {
    display: block;
    margin-top: 8px;
    color: var(--maos-muted);
    font-size: 13px;
    line-height: 1.45;
}

.petify-maos-woo-form input[type="text"],
.petify-maos-woo-form input[type="email"],
.petify-maos-woo-form input[type="password"],
.petify-maos-woo-form input[type="tel"] {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid var(--maos-line);
    border-radius: 18px;
    color: var(--maos-ink);
    background: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    box-shadow: 0 12px 28px rgba(18, 16, 36, 0.04);
}

.petify-maos-woo-form input:focus {
    border-color: rgba(122, 53, 255, 0.62);
    box-shadow: 0 0 0 4px rgba(122, 53, 255, 0.10);
}

.petify-maos-woo-form fieldset {
    margin: 12px 0 0;
    padding: 22px;
    border: 1px solid var(--maos-line);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(122, 53, 255, 0.06), rgba(255, 210, 57, 0.06));
}

.petify-maos-woo-form fieldset legend {
    padding: 0 10px;
    font-size: 20px;
}

.petify-maos-woo-form .button,
.petify-maos-woo-form button[type="submit"] {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: var(--maos-deep);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.petify-maos-profile-aside {
    display: grid;
    gap: 18px;
}

.petify-maos-profile-aside article {
    padding: 24px;
}

.petify-maos-profile-aside a {
    min-height: 50px;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 16px;
    color: #fff;
    background: var(--maos-deep);
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 1120px) {
    .petify-maos-layout {
        grid-template-columns: 278px minmax(0, 1fr);
    }

    .petify-maos-stats,
    .petify-maos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .petify-maos-profile-panel {
        grid-template-columns: 1fr;
    }

    .petify-maos-profile-panel form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .petify-maos-activity-grid {
        grid-template-columns: 1fr;
    }

    .petify-maos-profile-edit-layout {
        grid-template-columns: 1fr;
    }

    .petify-maos-activity-item {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .petify-maos-experience-form {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .petify-maos-layout {
        display: block;
        min-height: auto;
        border-radius: 0;
    }

    .petify-maos-sidebar {
        min-height: auto;
        padding: 16px;
    }

    .petify-maos-brand {
        min-height: 76px;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 14px;
    }

    .petify-maos-brand span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .petify-maos-sidebar nav {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .petify-maos-sidebar nav a {
        flex: 0 0 auto;
    }

    .petify-maos-main {
        padding: 18px;
    }

    .petify-maos-head {
        display: grid;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .petify-maos-head-actions {
        justify-content: flex-start;
    }

    .petify-maos-profile-panel form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .petify-maos-review-grid {
        grid-template-columns: 1fr;
    }

    .petify-maos-woo-form .woocommerce-EditAccountForm,
    .petify-maos-woo-form form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .petify-maos-app {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .petify-maos-main {
        padding: 14px;
    }

    .petify-maos-head,
    .petify-maos-profile-panel,
    .petify-maos-card,
    .petify-maos-stats article {
        border-radius: 22px;
    }

    .petify-maos-head h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .petify-maos-stats,
    .petify-maos-grid,
    .petify-maos-profile-panel form {
        grid-template-columns: 1fr;
    }

    .petify-maos-stats article {
        min-height: 92px;
        padding: 20px;
    }

    .petify-maos-head-actions a,
    .petify-maos-card a,
    .petify-maos-profile-panel button {
        width: 100%;
    }

    .petify-maos-profile-panel {
        padding: 22px;
    }

    .petify-maos-profile-panel label {
        min-height: 50px;
    }

    .petify-maos-activity-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .petify-maos-activity-item {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 14px;
        border-radius: 20px;
    }

    .petify-maos-activity-item > img {
        width: 56px;
        height: 56px;
        border-radius: 15px;
    }

    .petify-maos-experience-form select,
    .petify-maos-experience-form textarea,
    .petify-maos-experience-form button {
        min-height: 46px;
    }

    .petify-maos-profile-edit-card,
    .petify-maos-profile-aside article {
        border-radius: 22px;
    }

    .petify-maos-profile-edit-card,
    .petify-maos-profile-aside article,
    .petify-maos-woo-form fieldset {
        padding: 20px;
    }

    .petify-maos-woo-form input[type="text"],
    .petify-maos-woo-form input[type="email"],
    .petify-maos-woo-form input[type="password"],
    .petify-maos-woo-form input[type="tel"],
    .petify-maos-woo-form .button,
    .petify-maos-woo-form button[type="submit"] {
        min-height: 52px;
    }
}
