body.saved-estimates-page {
  color: #111827;
  background: #fff !important;
}

.saved-estimates-main {
  width: min(920px, calc(100% - 32px));
  min-height: 72vh;
  margin: 0 auto;
  padding: 38px 0 80px;
}

.saved-estimates-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.saved-estimates-page-close {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  padding: 0;
  border: 0;
  color: #111318;
  background: transparent;
  font-size: 0 !important;
  cursor: pointer;
}

.saved-estimates-page-close::before {
  content: '×';
  font: 300 30px/1 Arial, sans-serif !important;
}

body.saved-estimates-page .saved-estimates-title-row h1 {
  margin: 0;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.saved-estimates-guide {
  margin-top: 28px;
  padding: 26px 30px;
  border: 1px solid #e1e5eb;
  border-radius: 16px;
  background: #f7f9fc;
}

.saved-estimates-guide strong,
.saved-estimates-guide p,
.saved-estimates-guide small {
  display: block;
  margin: 0;
}

.saved-estimates-guide p { margin-top: 10px; }
.saved-estimates-guide p b { color: #174fc5; }
.saved-estimates-guide small { margin-top: 8px; color: #737b86; }

.saved-estimates-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0 24px;
  color: #59616c;
}

.saved-estimates-toolbar button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #e0e4e9;
  border-radius: 8px;
  color: #555d68;
  background: #fff;
  font: inherit;
  font-weight: 700;
}

.saved-estimates-group + .saved-estimates-group { margin-top: 34px; }

.saved-estimates-date {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 22px;
  color: #fff;
}

.saved-estimates-date::before,
.saved-estimates-date::after {
  height: 1px;
  content: '';
  flex: 1;
  background: #9aa1aa;
}

.saved-estimates-date span {
  padding: 9px 24px;
  border-radius: 999px;
  background: #3f4652;
  font-weight: 700;
}

.saved-estimate-card {
  position: relative;
  border-bottom: 1px solid #edf0f3;
}

.saved-estimate-card > a {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  padding: 20px 52px 24px 0;
  color: inherit;
  text-decoration: none;
}

.saved-estimate-image {
  display: grid;
  place-items: center;
  min-height: 140px;
  border-radius: 14px;
  background: #f5f7fa;
}

.saved-estimate-image img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.saved-estimate-copy { display: flex; flex-direction: column; align-items: flex-start; }
.saved-estimate-badges { display: flex; gap: 6px; }
.saved-estimate-badges em { padding: 5px 8px; border-radius: 6px; color: #fff; background: #174fc5; font-size: 12px; font-style: normal; font-weight: 800; }
.saved-estimate-copy > strong { margin-top: 13px; font-size: 23px; }
.saved-estimate-copy > b { margin-top: 14px; font-size: 28px; }
.saved-estimate-month-label { font-size: inherit !important; font-weight: inherit; }
.saved-estimate-copy > b i { font-style: normal; }
.saved-estimate-copy > span:last-child { margin-top: 5px; color: #8a919b; font-weight: 700; }
.saved-estimate-card > button { position: absolute; top: 17px; right: 0; border: 0; color: #111318; background: transparent; font-size: 38px; line-height: 1; }

.saved-estimates-empty {
  padding: 90px 20px;
  text-align: center;
}
.saved-estimates-empty strong { display: block; font-size: 22px; }
.saved-estimates-empty p { color: #737b86; }
.saved-estimates-empty a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 22px; border-radius: 9px; color: #fff; background: #01539F; text-decoration: none; font-weight: 800; }

body.saved-estimates-popup {
  min-width: 0;
  padding: 0 !important;
  overflow: auto;
  background: #fff !important;
}

body.saved-estimates-popup .saved-estimates-main {
  width: 100%;
  min-height: 100vh;
  padding: 26px 30px 44px;
}

body.saved-estimates-popup .saved-estimates-guide {
  margin-top: 0;
}

body.saved-estimates-popup .saved-estimate-copy > strong {
  font-size: 16px;
  line-height: 1.4;
}

body.saved-estimates-popup .saved-estimate-card > button {
  width: 40px;
  height: 40px;
  font-size: 32px !important;
  font-weight: 300 !important;
}

body.saved-estimates-popup .saved-estimates-toolbar {
  margin: 24px 0 18px;
}

body.saved-estimates-popup .saved-estimates-toolbar > span {
  font-size: 14px;
  font-weight: 500;
}

body.saved-estimates-popup .saved-estimates-toolbar > span b {
  font-weight: 500;
}

body.saved-estimates-popup .saved-estimates-toolbar button {
  min-height: 32px;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px !important;
  font-weight: 500;
}

body.saved-estimates-popup .saved-estimates-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.saved-estimates-popup .saved-estimates-date {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

body.saved-estimates-popup .saved-estimates-date span {
  font-size: 14px;
}

body.saved-estimates-popup .saved-estimate-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e6ed;
  border-radius: 14px;
}

body.saved-estimates-popup .saved-estimate-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

body.saved-estimates-popup .saved-estimate-image {
  width: 100%;
  min-height: 132px;
  border-radius: 13px 13px 0 0;
}

body.saved-estimates-popup .saved-estimate-image img {
  width: 100%;
  height: 124px;
}

body.saved-estimates-popup .saved-estimate-copy {
  flex: 1;
  padding: 14px 16px 18px;
}

body.saved-estimates-popup .saved-estimate-copy > b {
  margin-top: auto;
  padding-top: 16px;
  font-size: 20px;
}

body.saved-estimates-popup .saved-estimate-copy > span:last-child {
  font-size: 14px;
}

body.saved-estimates-popup .saved-estimate-badges em {
  font-weight: 500;
}

body.saved-estimates-popup .saved-estimate-badges em.is-preorder {
  background: #0084FF;
}

body.saved-estimates-popup .saved-estimate-card > button {
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 24px !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  .saved-estimates-main { width: calc(100% - 28px); padding: 24px 0 54px; }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimates-title-row h1 {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .saved-estimates-page-close { width: 36px; height: 36px; flex-basis: 36px; font-size: 0 !important; }
  .saved-estimates-page-close::before { font: 300 28px/1 Arial, sans-serif !important; }
  .saved-estimates-guide { margin-top: 22px; padding: 20px 18px; border-radius: 14px; font-size: 14px; line-height: 1.5; }
  .saved-estimates-toolbar { margin: 26px 0 20px; }
  .saved-estimate-card > a { grid-template-columns: 120px minmax(0, 1fr); gap: 16px; padding: 15px 36px 20px 0; }
  .saved-estimate-image { min-height: 112px; }
  .saved-estimate-image img { height: 104px; }
body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimates-date span {
    padding: 7px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimates-toolbar > span,
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimates-toolbar > span b {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimates-toolbar > button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimate-copy > strong {
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 1.4;
  }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimate-copy > b {
    margin-top: 10px;
    font-size: 16px !important;
  }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimate-copy > span:last-child {
    font-size: 12px !important;
  }
  .saved-estimate-month-label { font-size: inherit !important; }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimate-card > button {
    top: 8px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0 !important;
  }
  body.saved-estimates-page:not(.saved-estimates-popup) .saved-estimate-card > button::before {
    content: '×';
    font: 400 20px/1 Arial, sans-serif !important;
  }

  body.saved-estimates-popup .saved-estimates-group {
    display: block;
  }

  body.saved-estimates-popup .saved-estimate-card + .saved-estimate-card {
    margin-top: 14px;
  }
}
