* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    touch-action: manipulation;
}

body {
    margin: 0;
}

a,
button,
input,
select,
textarea,
.package1-card,
.package1-nav-item,
.package1-saved-zone-pill,
.package1-details-btn,
.package1-save-btn,
.package1-action-btn {
    touch-action: manipulation;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

img,
svg {
    max-width: 100%;
}