.pn-pharmacy-search,
.pn-pharmacy-landing {
color: #1f2933;
font-family: inherit;
}
.pn-pharmacy-search__form {
margin: 0 auto 28px;
max-width: 900px;
}
.pn-pharmacy-search__form label {
display: block;
font-size: clamp(24px, 3vw, 38px);
font-weight: 700;
line-height: 1.15;
margin-bottom: 18px;
text-align: center;
}
.pn-pharmacy-search__row {
align-items: stretch;
display: flex;
gap: 12px;
}
.pn-pharmacy-search__row input[type="search"] {
background: #fff !important;
border: 1px solid #c9d1dc !important;
border-radius: 800px !important;
box-sizing: border-box !important;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
color: #1f2933 !important;
flex: 1;
font: inherit !important;
height: 54px !important;
margin-top: 0 !important;
max-height: 54px !important;
min-height: 54px;
padding: 12px 16px !important;
-webkit-border-radius: 800px !important;
-moz-border-radius: 800px !important;
-ms-border-radius: 800px !important;
-o-border-radius: 800px !important;
}
.pn-pharmacy-search__row button,
.pn-pharmacy-landing__button {
align-items: center;
appearance: none;
background: #2A7DE2 !important;
background-color: #2A7DE2 !important;
background-image: none !important;
border: 1px solid #2A7DE2 !important;
border-radius: 800px !important;
box-sizing: border-box !important;
color: #fff !important;
cursor: pointer;
display: inline-flex;
gap: 8px;
font: inherit !important;
font-family: Inter, sans-serif !important;
font-weight: 700;
justify-content: center;
line-height: 1.1 !important;
height: 54px !important;
min-height: 54px !important;
max-height: 54px !important;
opacity: 1 !important;
padding: 0 24px !important;
text-decoration: none !important;
text-shadow: none !important;
transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
-webkit-border-radius: 800px !important;
-moz-border-radius: 800px !important;
-ms-border-radius: 800px !important;
-o-border-radius: 800px !important;
}
.pn-pharmacy-search__row button {
align-self: flex-start !important;
flex: 0 0 128px;
margin: 0 !important;
position: relative;
top: 0 !important;
width: 128px;
}
.pn-pharmacy-search__row button:hover,
.pn-pharmacy-search__row button:focus,
.pn-pharmacy-landing__button:hover,
.pn-pharmacy-landing__button:focus {
background: #2A7DE2 !important;
background-color: #2A7DE2 !important;
border-color: #2A7DE2 !important;
box-shadow: 0 10px 22px rgba(161, 131, 186, 0.34) !important;
color: #fff !important;
transform: translateY(-1px);
}
.pn-pharmacy-search__row input[type="search"]:focus {
border-color: #2A7DE2 !important;
box-shadow: 0 0 0 3px rgba(161, 131, 186, 0.2) !important;
outline: none !important;
}
.pn-pharmacy-search__row button:disabled,
.pn-pharmacy-landing__button:disabled {
background: #2A7DE2 !important;
border-color: #2A7DE2 !important;
box-shadow: none !important;
color: #fff !important;
cursor: not-allowed;
opacity: 0.78 !important;
transform: none;
}
.pn-pharmacy-results {
display: grid;
gap: 14px;
margin: 0 auto;
max-width: 1040px;
}
.pn-pharmacy-result {
align-items: flex-start;
background: #fff;
border: 1px solid #dfe4eb;
border-radius: 8px;
box-shadow: 0 12px 34px rgba(31, 41, 51, 0.07);
display: grid;
gap: 18px 22px;
grid-template-columns: minmax(0, 1fr) auto;
padding: 22px 24px;
}
.pn-pharmacy-result h3 {
font-size: 22px;
line-height: 1.25;
margin: 0;
}
.pn-pharmacy-result__heading {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0 0 8px;
}
.pn-pharmacy-result__label {
color: #2A7DE2;
font-weight: 700;
}
.pn-pharmacy-result p {
margin: 6px 0;
}
.pn-pharmacy-result__main {
display: grid;
gap: 6px;
grid-column: 1;
min-width: 0;
}
.pn-pharmacy-result__hours {
color: #52606d;
display: -webkit-box;
font-size: 14px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 1.45;
margin-top: 8px;
max-height: 62px;
overflow: hidden;
}
.pn-pharmacy-result__actions {
align-content: start;
display: flex;
flex-wrap: wrap;
gap: 8px;
grid-column: 2;
justify-content: flex-end;
min-width: 210px;
}
.pn-network-badge {
font-family: Inter, sans-serif !important;
border-radius: 999px;
display: inline-flex;
font-size: 12px;
font-weight: 800;
line-height: 1;
padding: 7px 10px;
white-space: nowrap;
}
.pn-network-badge--in {
background: #168a4a;
color: #fff;
}
.pn-network-badge--out {
background: #fff0df;
color: #985b14;
}
.pn-out-network-note {
background: #fff4e8;
border: 1px solid #ffd5a8;
border-radius: 8px;
color: #985b14;
grid-column: 1 / -1;
font-size: 14px;
font-weight: 700;
margin: 0;
padding: 12px 14px;
}
.pn-result-pill {
font-family: Inter, sans-serif !important;
align-items: center;
background: #fff !important;
border: 1px solid #cfc2dc !important;
border-radius: 999px;
color: #2A7DE2 !important;
display: inline-flex;
font-size: 14px;
font-weight: 700;
justify-content: center;
min-height: 38px;
padding: 0 14px !important;
text-decoration: none !important;
white-space: nowrap;
}
.pn-result-pill:hover {
background: #f7f2fb !important;
border-color: #2A7DE2 !important;
color: #4f3562 !important;
}
.pn-result-pill--primary {
background: #343a40 !important;
border-color: #343a40 !important;
color: #fff !important;
}
.pn-result-pill--primary:hover {
background: #23272b !important;
border-color: #23272b !important;
color: #fff !important;
}
.pn-pharmacy-empty {
margin: 0 auto;
max-width: 760px;
}
.pn-pharmacy-landing {
background: #f7f7f7;
padding: 42px 20px;
}
.pn-pharmacy-landing__inner {
display: grid;
gap: 26px;
grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
margin: 0 auto;
max-width: 1120px;
}
.pn-pharmacy-landing__inner--single {
display: block;
max-width: 760px;
}
.pn-pharmacy-landing__details,
.pn-pharmacy-lead-card {
background: #fff;
border: 1px solid #e1e6ee;
border-radius: 8px;
box-shadow: 0 16px 44px rgba(31, 41, 51, 0.08);
padding: 28px;
}
.pn-pharmacy-landing__eyebrow {
color: #2A7DE2;
font-size: 13px;
font-weight: 800;
letter-spacing: 0;
margin: 0 0 10px;
text-transform: uppercase;
}
.pn-pharmacy-landing h1 {
font-size: clamp(32px, 4vw, 50px);
line-height: 1.05;
margin: 0 0 16px;
}
.pn-pharmacy-landing__label {
color: #2A7DE2;
font-size: 20px;
font-weight: 700;
margin: -6px 0 16px;
}
.pn-pharmacy-landing__contact {
font-weight: 600;
margin-bottom: 28px;
}
.pn-pharmacy-landing__message {
border-left: 4px solid #2A7DE2;
margin: 24px 0;
padding-left: 16px;
}
.pn-pharmacy-landing__contact + .pn-pharmacy-landing__message {
margin-top: 0;
}
.pn-pharmacy-lead-card h2,
.pn-form-success h2 {
font-size: 24px;
line-height: 1.2;
margin: 0 0 18px;
}
.pn-form-grid {
display: grid;
gap: 14px;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-bottom: 24px;
}
.pn-form-grid label,
.pn-form-grid__wide {
display: grid;
font-size: 13px;
font-weight: 800;
gap: 7px;
}
.pn-form-grid__wide {
grid-column: 1 / -1;
}
.pn-form-grid input {
border: 1px solid #cbd4df;
border-radius: 800px;
font: inherit;
font-weight: 500;
min-height: 46px;
padding: 9px 12px;
-webkit-border-radius: 800px;
-moz-border-radius: 800px;
-ms-border-radius: 800px;
-o-border-radius: 800px;
}
.pn-toggle-row {
align-items: flex-start;
cursor: pointer;
display: flex;
gap: 12px;
line-height: 1.35;
margin: 16px 0;
}
.pn-toggle-input {
height: 1px;
opacity: 0;
position: absolute;
width: 1px;
}
.pn-toggle-ui {
background: #d6cfdf;
border-radius: 999px;
box-shadow: inset 0 0 0 1px rgba(91, 75, 107, 0.16);
flex: 0 0 48px;
height: 28px;
margin-top: 1px;
position: relative;
transition: background 180ms ease;
}
.pn-toggle-copy {
display: grid;
gap: 4px;
}
.pn-toggle-copy > span {
color: #1f2933;
font-weight: 800;
}
.pn-toggle-copy small {
color: #667085;
font-size: 12.5px;
font-weight: 500;
line-height: 1.45;
}
.pn-toggle-ui::after {
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(31, 41, 51, 0.24);
content: "";
height: 22px;
left: 3px;
position: absolute;
top: 3px;
transition: transform 180ms ease;
width: 22px;
}
.pn-toggle-input:checked + .pn-toggle-ui {
background: #a183ba;
}
.pn-toggle-input:checked + .pn-toggle-ui::after {
transform: translateX(20px);
}
.pn-form-errors,
.pn-age-warning,
.pn-preview-note {
background: #fff2f0;
border: 1px solid #f3b7ad;
border-radius: 8px;
color: #8a2418;
margin: 0 0 16px;
padding: 12px 14px;
}
.pn-form-errors p,
.pn-age-warning,
.pn-preview-note {
font-weight: 700;
}
.pn-preview-note {
background: #fff4e8;
border-color: #ffd5a8;
color: #985b14;
}
.pn-form-success {
background: #f0fbf6;
border: 1px solid #b7ead3;
border-radius: 8px;
padding: 20px;
}
.pn-choice-modal {
align-items: center;
background: rgba(31, 41, 51, 0.58);
display: flex;
inset: 0;
justify-content: center;
padding: 24px;
position: fixed;
z-index: 99999;
}
.pn-choice-modal__panel {
background: #fff;
border: 1px solid #e4d6ec;
border-radius: 8px;
box-shadow: 0 26px 80px rgba(31, 41, 51, 0.28);
max-width: 560px;
padding: 34px;
text-align: center;
width: 100%;
}
.pn-choice-modal__eyebrow {
color: #72548d;
font-size: 13px;
font-weight: 800;
letter-spacing: 0;
margin: 0 0 10px;
text-transform: uppercase;
}
.pn-choice-modal__panel h2 {
color: #1f2933;
font-size: 30px;
line-height: 1.15;
margin: 0 0 12px;
}
.pn-choice-modal__panel p {
color: #5f6b7a;
font-size: 16px;
line-height: 1.5;
margin: 0 0 24px;
}
.pn-choice-modal__actions {
display: grid;
gap: 12px;
grid-template-columns: 1fr 1fr;
}
.pn-choice-modal__button {
font-family: Inter, sans-serif !important;
align-items: center;
background: #343a40 !important;
border: 1px solid #343a40 !important;
border-radius: 8px;
box-sizing: border-box;
color: #fff !important;
display: inline-flex;
font-weight: 800;
justify-content: center;
min-height: 56px;
padding: 0 18px;
text-decoration: none !important;
}
.pn-choice-modal__button:hover,
.pn-choice-modal__button:focus {
background: #23272b !important;
border-color: #23272b !important;
color: #fff !important;
}
.pn-choice-modal__button--primary {
background: #a183ba !important;
border-color: #a183ba !important;
}
.pn-choice-modal__button--primary:hover,
.pn-choice-modal__button--primary:focus {
background: #8d6ca7 !important;
border-color: #8d6ca7 !important;
}
@media (max-width: 1024px) {
.pn-pharmacy-landing__inner {
grid-template-columns: 1fr;
max-width: 860px;
}
}
@media (max-width: 640px) {
.pn-pharmacy-search__row {
display: block;
}
.pn-pharmacy-search__row input[type="search"],
.pn-pharmacy-search__row button {
width: 100%;
}
.pn-pharmacy-search__row button {
margin-top: 12px !important;
}
.pn-pharmacy-result,
.pn-form-grid {
display: block;
}
.pn-pharmacy-landing {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding: 10px 8px;
width: 100vw;
}
.pn-pharmacy-landing__inner {
display: grid;
gap: 10px;
grid-template-columns: 1fr;
}
.pn-pharmacy-landing__details,
.pn-pharmacy-lead-card {
border-radius: 6px;
box-shadow: 0 8px 22px rgba(31, 41, 51, 0.06);
padding: 12px;
}
.pn-pharmacy-landing__eyebrow {
font-size: 11px;
margin-bottom: 6px;
}
.pn-pharmacy-landing h1 {
font-size: 26px;
line-height: 1.08;
margin-bottom: 8px;
}
.pn-pharmacy-landing__label {
font-size: 17px;
margin: 0 0 10px;
}
.pn-pharmacy-landing__contact {
margin-bottom: 24px;
}
.pn-pharmacy-landing__details p {
margin: 6px 0;
}
.pn-pharmacy-landing__message {
margin: 0 0 14px;
padding-left: 10px;
}
.pn-pharmacy-lead-card h2,
.pn-form-success h2 {
font-size: 20px;
margin-bottom: 12px;
}
.pn-form-grid input {
font-size: 16px;
min-height: 42px;
padding: 8px 10px;
}
.pn-form-grid {
margin-bottom: 28px;
}
.pn-birthdate-input {
font-size: 16px !important;
}
.pn-pharmacy-result__actions {
justify-content: flex-start;
margin-top: 16px;
min-width: 0;
}
.pn-form-grid label,
.pn-form-grid__wide {
margin-bottom: 10px;
}
.pn-toggle-row {
gap: 10px;
margin: 18px 0;
}
.pn-toggle-row:first-of-type {
margin-top: 12px;
}
.pn-toggle-ui {
flex-basis: 44px;
height: 26px;
}
.pn-toggle-ui::after {
height: 20px;
width: 20px;
}
.pn-toggle-input:checked + .pn-toggle-ui::after {
transform: translateX(18px);
}
.pn-toggle-copy small {
font-size: 12px;
line-height: 1.35;
}
.pn-pharmacy-landing__button {
display: flex !important;
margin-top: 10px !important;
width: 100% !important;
}
.pn-choice-modal {
align-items: stretch;
background: #fff;
padding: 0;
}
.pn-choice-modal__panel {
border: 0;
border-radius: 0;
box-shadow: none;
display: flex;
flex-direction: column;
justify-content: center;
max-width: none;
min-height: 100vh;
padding: 28px 22px;
}
.pn-choice-modal__panel h2 {
font-size: 28px;
}
.pn-choice-modal__actions {
grid-template-columns: 1fr;
}
}