.listings-price{color:var(--color-base-blue-5);display:block;font-size:var(--font-size-5);font-weight:600;text-align:center;} .listings-price-schedule{display:block;margin-bottom:var(--spacing-2);} .listings-price-schedule > *{margin-bottom:var(--spacing-1)} .listings-price-schedule > *:first-child{align-self:center;background-color:var(--color-base-green-9);color:var(--color-base-white);border-radius:var(--size-border-radius-button);text-align:center;} .listings-price-schedule > *:nth-child(2){border:1px solid var(--color-base-secondary);} .listings-price-schedule > *:nth-child(3){align-self:center;background-color:var(--color-base-primary);border-radius:var(--size-border-radius-button);color:var(--color-base-white);text-align:center;} .listings-price-schedule .card{min-width:unset;padding:var(--spacing-1);} .listings-price-schedule .card > *{text-align:center;} .listings-price-schedule .button{align-self:center;} h4.listings-price-schedule__title{font-size:var(--font-size-4);font-weight:var(--font-weight-bold);margin-bottom:0;min-height:unset;} .listings-price-schedule__amount{font-size:var(--font-size-6);font-weight:bold;} .listings-price-schedule > *:nth-child(2) .listings-price-schedule__amount{color:var(--color-base-green-9);} .listings-price-schedule > *:nth-child(2) .button--callout{background-color:var(--color-base-green-9);} .listings-price-schedule > *:nth-child(4) .card{border-bottom:var(--spacing-2) solid;flex-grow:unset;margin:0 0 var(--spacing-2) 0;min-width:100%;} .listings-price-schedule > *:nth-child(4) .listings-price-schedule__description{margin-bottom:var(--spacing-3);} .listings-price-schedule > *:nth-child(4) .card:first-child{border-bottom-color:var(--color-base-primary);} .listings-price-schedule > *:nth-child(4) .card:nth-child(2){border-bottom-color:var(--color-base-blue-5);} .listings-price-schedule > *:nth-child(4) .card:nth-child(3){border-bottom-color:var(--color-base-gray-6);} .listings-price-schedule > *:nth-child(4) .card:nth-child(4){border-bottom-color:var(--color-base-gray-3);} .listings-price-schedule > *:nth-child(4) .card:nth-child(1) .listings-price-schedule__amount{color:var(--color-base-primary);} .listings-price-schedule > *:nth-child(4) .card:nth-child(2) .listings-price-schedule__amount{color:var(--color-base-blue-5);} .listings-price-schedule > *:nth-child(4) .card:nth-child(3) .listings-price-schedule__amount{color:var(--color-base-gray-6);} .listings-price-schedule > *:nth-child(4) .card:nth-child(4) .listings-price-schedule__amount{color:var(--color-base-gray-3);} @media only screen and (min-width:544px){.listings-price-schedule{display:grid;grid-gap:12px;grid-template-columns:25% 73%;} .listings-price-schedule > *{grid-column:unset;grid-row:2;} .listings-price-schedule > *:first-child{align-self:center;border-radius:var(--size-border-radius-button);grid-column:1;grid-row:1;margin-bottom:0;text-align:center;} .listings-price-schedule > *:nth-child(2){align-self:flex-start;grid-column:1;grid-row:2;} .listings-price-schedule > *:nth-child(3){grid-column:2;grid-row:1;margin-bottom:0;} .listings-price-schedule >:nth-child(4) .card{margin-bottom:var(--spacing-1);min-width:49%;width:49%;}} @media only screen and (min-width:960px){.listings-price-schedule{grid-template-columns:25% minmax(max-content,75%);} .listings-price-schedule > *{grid-column:unset;} .listings-price-schedule >:nth-child(4) .card{margin-bottom:0;min-width:24%;width:24%;}}