/* ROBERIN weekly rest allowance calculator redesign - 2026-05-14 */
body.postid-1343 {
  --wr-paper: #fff7e8;
  --wr-paper-soft: #fbf0dc;
  --wr-input: #fff8ed;
  --wr-ink: #34281f;
  --wr-muted: #574838;
  --wr-line: #6b5745;
  --wr-line-soft: rgba(107, 87, 69, 0.28);
  --wr-green: #e2edd8;
  --wr-green-ink: #314d2e;
  --wr-blue: #dfeef8;
  --wr-blue-ink: #2c4f64;
  --wr-amber: #ddbf6f;
  --wr-red: #9b3e31;
  --wr-shadow: 4px 4px 0 rgba(82, 65, 50, 0.22);
  --wr-shadow-soft: 2px 2px 0 rgba(82, 65, 50, 0.14);
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.026) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.022) 1px, transparent 1px) 0 0 / 18px 18px,
    #f9f1e7;
}

body.postid-1343 .cs-site-content > .cs-container,
body.postid-1343 .cs-main-content,
body.postid-1343 .cs-content-area,
body.postid-1343 .cs-entry__container,
body.postid-1343 .cs-entry__content-wrap {
  width: 100%;
  max-width: none;
}

body.postid-1343 .cs-breadcrumbs,
body.postid-1343 .cs-entry__header,
body.postid-1343 .weekly-rest-tool,
body.postid-1343 .entry-content > .wp-block-group,
body.postid-1343 .entry-content > article {
  width: min(1040px, calc(100vw - 32px));
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.postid-1343 .cs-entry__header {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: left;
}

body.postid-1343 .cs-entry__title {
  color: var(--wr-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.weekly-rest-tool,
.weekly-rest-tool *,
.weekly-rest-tool *::before,
.weekly-rest-tool *::after {
  box-sizing: border-box;
}

.weekly-rest-tool {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 14px;
  overflow: hidden;
  color: var(--wr-ink);
  background: var(--wr-paper);
  border: 2px solid var(--wr-line);
  border-radius: 0;
  box-shadow: var(--wr-shadow);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.52;
}

.weekly-rest-tool::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(107, 87, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.045) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.weekly-rest-tool__hero {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 2px solid var(--wr-line);
}

.weekly-rest-tool__eyebrow {
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px;
  color: var(--wr-green-ink);
  background: var(--wr-green);
  border: 1px solid var(--wr-line);
  box-shadow: var(--wr-shadow-soft);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.015em;
  word-break: keep-all;
}

.weekly-rest-tool__hero h2 {
  margin: 0;
  color: var(--wr-ink);
  font-size: clamp(23px, 2.55vw, 32px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.weekly-rest-tool__hero p,
.weekly-rest-tool__help,
.weekly-rest-tool__note p,
.weekly-rest-tool__facts p {
  margin: 0;
  color: var(--wr-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 650;
  word-break: keep-all;
}

.weekly-rest-tool__workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 12px;
  align-items: stretch;
}

.weekly-rest-tool__form,
.weekly-rest-tool__result,
.weekly-rest-tool__facts article,
.weekly-rest-tool__note {
  min-width: 0;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid var(--wr-line);
  box-shadow: var(--wr-shadow-soft);
}

.weekly-rest-tool__form,
.weekly-rest-tool__result {
  padding: 12px;
}

.weekly-rest-tool__panel-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--wr-line-soft);
}

.weekly-rest-tool__panel-title span {
  color: var(--wr-ink);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.weekly-rest-tool__panel-title small {
  color: var(--wr-muted);
  font-size: 12.5px;
  font-weight: 750;
  text-align: right;
}

.weekly-rest-tool__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.weekly-rest-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.weekly-rest-field__label,
.weekly-rest-attendance legend {
  color: var(--wr-ink);
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.weekly-rest-field input,
.weekly-rest-field select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 9px 10px;
  color: var(--wr-ink);
  background: var(--wr-input);
  border: 1px solid var(--wr-line);
  border-radius: 0;
  box-shadow: inset 1px 1px 0 rgba(82, 65, 50, 0.09);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
}

.weekly-rest-field select {
  appearance: auto;
}

.weekly-rest-field__control {
  display: flex;
  align-items: center;
  min-width: 0;
  background: var(--wr-input);
  border: 1px solid var(--wr-line);
}

.weekly-rest-field__control input {
  border: 0;
  box-shadow: none;
  background: var(--wr-input);
}

.weekly-rest-field__control span {
  flex: 0 0 auto;
  padding-right: 10px;
  color: var(--wr-muted);
  font-size: 13px;
  font-weight: 900;
}

.weekly-rest-field input:focus,
.weekly-rest-field select:focus,
.weekly-rest-field__control:focus-within,
.weekly-rest-button:focus-visible,
.weekly-rest-tool__quick button:focus-visible,
.weekly-rest-attendance label:focus-within {
  outline: 3px solid #d6a62b;
  outline-offset: 2px;
}

.weekly-rest-tool__help {
  margin-top: 9px;
  padding: 8px 9px;
  background: rgba(226, 237, 216, 0.62);
  border-left: 3px solid var(--wr-line);
  font-size: 13px;
}

.weekly-rest-attendance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.weekly-rest-attendance legend {
  flex: 0 0 100%;
  margin: 0 0 2px;
  padding: 0;
}

.weekly-rest-attendance label,
.weekly-rest-tool__quick button,
.weekly-rest-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border-radius: 0;
  font: inherit;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.weekly-rest-attendance label {
  flex: 1 1 130px;
  padding: 7px 9px;
  color: var(--wr-ink);
  background: var(--wr-input);
  border: 1px solid var(--wr-line);
  box-shadow: var(--wr-shadow-soft);
  font-size: 13.5px;
  font-weight: 900;
}

.weekly-rest-attendance input {
  width: 16px;
  height: 16px;
  accent-color: #7a412f;
}

.weekly-rest-tool__quick,
.weekly-rest-tool__actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.weekly-rest-tool__actions {
  grid-template-columns: 1.35fr 0.75fr;
}

.weekly-rest-tool__quick button,
.weekly-rest-button {
  padding: 8px 10px;
  border: 1px solid var(--wr-line);
  box-shadow: var(--wr-shadow-soft);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 950;
  word-break: keep-all;
}

.weekly-rest-tool__quick button {
  color: var(--wr-green-ink);
  background: var(--wr-green);
}

.weekly-rest-button--primary {
  color: #241c15;
  background: var(--wr-amber);
}

.weekly-rest-button--secondary {
  color: #743528;
  background: #f2ded2;
}

.weekly-rest-tool__quick button:hover,
.weekly-rest-button:hover,
.weekly-rest-attendance label:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.16);
}

.weekly-rest-result__empty,
.weekly-rest-result__reason,
.weekly-rest-result__primary,
.weekly-rest-result__detail {
  background: rgba(251, 240, 220, 0.76);
  border: 1px solid var(--wr-line-soft);
  padding: 10px;
}

.weekly-rest-result__empty {
  display: grid;
  gap: 4px;
  min-height: 166px;
  align-content: center;
  text-align: center;
}

.weekly-rest-result__empty strong,
.weekly-rest-result__primary strong {
  color: var(--wr-ink);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.weekly-rest-result__empty span {
  color: var(--wr-muted);
  font-size: 14px;
  font-weight: 700;
}

.weekly-rest-result__status {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 8px;
  color: var(--wr-green-ink);
  background: var(--wr-green);
  border: 1px solid var(--wr-line);
  font-size: 12px;
  font-weight: 950;
}

.weekly-rest-result__status--no {
  color: #7d2e25;
  background: #f3d7cb;
}

.weekly-rest-result__primary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}

.weekly-rest-result__primary span {
  color: var(--wr-muted);
  font-size: 13.5px;
  font-weight: 850;
}

.weekly-rest-result__primary strong {
  color: #7a412f;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1;
}

.weekly-rest-result__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.weekly-rest-result__cards div {
  min-width: 0;
  padding: 9px;
  background: #fffdf7;
  border: 1px solid var(--wr-line-soft);
}

.weekly-rest-result__cards span {
  display: block;
  margin-bottom: 3px;
  color: var(--wr-muted);
  font-size: 12.5px;
  font-weight: 800;
}

.weekly-rest-result__cards strong {
  display: block;
  color: var(--wr-ink);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.weekly-rest-result__reason {
  margin-bottom: 10px;
  color: #7d2e25;
  background: #f4ded3;
  font-size: 14px;
  font-weight: 850;
}

.weekly-rest-result__detail {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  color: var(--wr-muted);
  font-size: 13.5px;
  font-weight: 700;
}

.weekly-rest-result__detail p {
  margin: 0;
}

.weekly-rest-tool__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.weekly-rest-tool__facts article {
  padding: 11px;
}

.weekly-rest-fact__label {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--wr-blue-ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.weekly-rest-tool__note {
  margin-top: 10px;
  padding: 11px;
  background: #f7dfc9;
}

.weekly-rest-tool__note strong {
  display: block;
  margin-bottom: 4px;
  color: #7a412f;
  font-size: 14px;
  font-weight: 950;
}

body.postid-1343 .entry-content > .roberin-qa-ad-placeholder,
body.postid-1343 .entry-content > .roberin-leaderboard-ad {
  width: min(728px, calc(100vw - 32px));
  max-width: 100%;
  margin: 18px auto !important;
  padding: 0 !important;
  color: var(--wr-muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.postid-1343 .weekly-rest-tool + .roberin-qa-ad-placeholder,
body.postid-1343 .weekly-rest-tool + .roberin-leaderboard-ad {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

body.postid-1343 .weekly-rest-tool + .roberin-qa-ad-placeholder + .wp-block-group,
body.postid-1343 .weekly-rest-tool + .roberin-leaderboard-ad + .wp-block-group {
  margin-top: 0 !important;
}

body.postid-1343[data-scheme="dark"],
body.postid-1343[data-scheme="inverse"] {
  --wr-paper: #2b2119;
  --wr-paper-soft: #33271d;
  --wr-input: #241c15;
  --wr-ink: #f2e4cf;
  --wr-muted: #f0dfc5;
  --wr-line: #a98b6b;
  --wr-line-soft: rgba(169, 139, 107, 0.34);
  --wr-green: #344a32;
  --wr-green-ink: #f2e4cf;
  --wr-blue: #263b46;
  --wr-blue-ink: #f2e4cf;
  --wr-amber: #d2aa55;
  --wr-red: #f0a18d;
  --wr-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
  --wr-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.22);
  background:
    linear-gradient(90deg, rgba(210, 170, 85, 0.025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(210, 170, 85, 0.02) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811;
}

body.postid-1343[data-scheme="dark"] .cs-wrapper,
body.postid-1343[data-scheme="inverse"] .cs-wrapper,
body.postid-1343[data-scheme="dark"] .cs-site,
body.postid-1343[data-scheme="inverse"] .cs-site,
body.postid-1343[data-scheme="dark"] .cs-site-inner,
body.postid-1343[data-scheme="inverse"] .cs-site-inner,
body.postid-1343[data-scheme="dark"] .cs-site-content,
body.postid-1343[data-scheme="inverse"] .cs-site-content,
body.postid-1343[data-scheme="dark"] .cs-main-content,
body.postid-1343[data-scheme="inverse"] .cs-main-content,
body.postid-1343[data-scheme="dark"] .entry-content,
body.postid-1343[data-scheme="inverse"] .entry-content,
body.postid-1343[data-scheme="dark"] footer.cs-footer,
body.postid-1343[data-scheme="inverse"] footer.cs-footer {
  background: transparent !important;
  color: var(--wr-ink) !important;
}

body.postid-1343[data-scheme="dark"] .cs-entry__title,
body.postid-1343[data-scheme="inverse"] .cs-entry__title,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool__hero h2,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__hero h2,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool__panel-title span,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__panel-title span,
body.postid-1343[data-scheme="dark"] .weekly-rest-field__label,
body.postid-1343[data-scheme="inverse"] .weekly-rest-field__label {
  color: var(--wr-ink) !important;
  -webkit-text-fill-color: var(--wr-ink) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-tool::before,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool::before {
  opacity: 0.42;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-tool__form,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__form,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool__result,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__result,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool__facts article,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__facts article,
body.postid-1343[data-scheme="dark"] .weekly-rest-result__cards div,
body.postid-1343[data-scheme="inverse"] .weekly-rest-result__cards div {
  background: #33271d !important;
  border-color: var(--wr-line) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-field input,
body.postid-1343[data-scheme="inverse"] .weekly-rest-field input,
body.postid-1343[data-scheme="dark"] .weekly-rest-field select,
body.postid-1343[data-scheme="inverse"] .weekly-rest-field select,
body.postid-1343[data-scheme="dark"] .weekly-rest-field__control,
body.postid-1343[data-scheme="inverse"] .weekly-rest-field__control {
  color: var(--wr-ink) !important;
  -webkit-text-fill-color: var(--wr-ink) !important;
  background: var(--wr-input) !important;
  border-color: var(--wr-line) !important;
  color-scheme: dark;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-result__empty,
body.postid-1343[data-scheme="inverse"] .weekly-rest-result__empty,
body.postid-1343[data-scheme="dark"] .weekly-rest-result__primary,
body.postid-1343[data-scheme="inverse"] .weekly-rest-result__primary,
body.postid-1343[data-scheme="dark"] .weekly-rest-result__detail,
body.postid-1343[data-scheme="inverse"] .weekly-rest-result__detail,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool__help,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__help,
body.postid-1343[data-scheme="dark"] .weekly-rest-tool__note,
body.postid-1343[data-scheme="inverse"] .weekly-rest-tool__note {
  color: var(--wr-muted) !important;
  background: #2b2119 !important;
  border-color: var(--wr-line) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-button--secondary,
body.postid-1343[data-scheme="inverse"] .weekly-rest-button--secondary,
body.postid-1343[data-scheme="dark"] .weekly-rest-attendance label,
body.postid-1343[data-scheme="inverse"] .weekly-rest-attendance label {
  color: var(--wr-ink) !important;
  background: #33271d !important;
  border-color: var(--wr-line) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-result__reason,
body.postid-1343[data-scheme="inverse"] .weekly-rest-result__reason,
body.postid-1343[data-scheme="dark"] .weekly-rest-result__status--no,
body.postid-1343[data-scheme="inverse"] .weekly-rest-result__status--no {
  color: #f2c0b2 !important;
  background: #4a2a21 !important;
  border-color: #b77665 !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-button--primary,
body.postid-1343[data-scheme="inverse"] .weekly-rest-button--primary {
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
}

@media (max-width: 880px) {
  .weekly-rest-tool__workspace,
  .weekly-rest-tool__facts {
    grid-template-columns: 1fr;
  }

  .weekly-rest-tool__panel-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .weekly-rest-tool__panel-title small {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body.postid-1343 .cs-breadcrumbs,
  body.postid-1343 .cs-entry__header,
  body.postid-1343 .weekly-rest-tool,
  body.postid-1343 .entry-content > .wp-block-group,
  body.postid-1343 .entry-content > article {
    width: min(100%, calc(100vw - 20px));
  }

  .weekly-rest-tool {
    padding: 10px;
    box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.18);
  }

  .weekly-rest-tool__fields,
  .weekly-rest-result__cards,
  .weekly-rest-tool__quick,
  .weekly-rest-tool__actions {
    grid-template-columns: 1fr;
  }

  .weekly-rest-result__primary {
    align-items: flex-start;
    flex-direction: column;
  }

  .weekly-rest-tool__hero p,
  .weekly-rest-tool__help,
  .weekly-rest-tool__note p,
  .weekly-rest-tool__facts p {
    font-size: 13.5px;
  }
}

/* ROBERIN weekly rest allowance Phase 2 article */
/* ROBERIN PDF page deletion tool v3 - Phase 2 article, caution, and ad cleanup */
body.postid-1343 {
  --pdf-article-page: #f9f1e7;
  --pdf-article-panel: #f8efe2;
  --pdf-article-card: #fff8ed;
  --pdf-article-accent-paper: #e2edd8;
  --pdf-article-text: #34281f;
  --pdf-article-muted: #574838;
  --pdf-article-line: #6b5745;
  --pdf-article-line-soft: rgba(107, 87, 69, .34);
  --pdf-article-mustard: #d2aa55;
  --pdf-article-mustard-soft: rgba(210, 170, 85, .24);
  --pdf-article-focus: #4f7d94;
  --pdf-article-shadow: rgba(82, 65, 50, .22);
  --pdf-article-soft-shadow: rgba(82, 65, 50, .13);
}

body.postid-1343[data-scheme="dark"],
body.postid-1343[data-scheme="inverse"] {
  --pdf-article-page: #201811;
  --pdf-article-panel: #33271d;
  --pdf-article-card: #2b2119;
  --pdf-article-accent-paper: #344a32;
  --pdf-article-text: #f2e4cf;
  --pdf-article-muted: #f0dfc5;
  --pdf-article-line: #a98b6b;
  --pdf-article-line-soft: rgba(169, 139, 107, .46);
  --pdf-article-mustard: #d2aa55;
  --pdf-article-mustard-soft: rgba(210, 170, 85, .22);
  --pdf-article-focus: #d2aa55;
  --pdf-article-shadow: rgba(0, 0, 0, .32);
  --pdf-article-soft-shadow: rgba(0, 0, 0, .2);
}

body.postid-1343 .roberin-pdf-ad,
body.postid-1343 .cs-custom-content-post-before {
  box-sizing: border-box !important;
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 728px !important;
  min-width: 0 !important;
  min-height: 90px !important;
  margin: 22px auto !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.postid-1343 .roberin-pdf-ad--top,
body.postid-1343 .cs-custom-content-post-before {
  margin-top: 18px !important;
  margin-bottom: 22px !important;
}

body.postid-1343 .roberin-pdf-ad ins.adsbygoogle,
body.postid-1343 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-1343 .entry-content ins.adsbygoogle {
  display: inline-block !important;
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.postid-1343 .roberin-pdf-ad iframe,
body.postid-1343 .cs-custom-content-post-before iframe,
body.postid-1343 .entry-content ins.adsbygoogle iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body.postid-1343 .entry-content article.roberin-article-body.weekly-rest-article,
body.postid-1343 .weekly-rest-article {
  position: relative;
  z-index: 0;
  display: grid !important;
  gap: 18px !important;
  box-sizing: border-box !important;
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  min-width: 0 !important;
  margin: clamp(24px, 4vw, 42px) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background:
    linear-gradient(rgba(107, 87, 69, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, .04) 1px, transparent 1px),
    var(--pdf-article-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--pdf-article-shadow) !important;
  overflow: hidden !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.postid-1343 .weekly-rest-article,
body.postid-1343 .weekly-rest-article *,
body.postid-1343 .weekly-rest-article *::before,
body.postid-1343 .weekly-rest-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body.postid-1343 .weekly-rest-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1343 .weekly-rest-article__hero,
body.postid-1343 .weekly-rest-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.postid-1343 .weekly-rest-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1343 .weekly-rest-article__section + .weekly-rest-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1343 .weekly-rest-article__kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: var(--pdf-article-accent-paper) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--pdf-article-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

body.postid-1343 .weekly-rest-article h2,
body.postid-1343 .weekly-rest-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: -.02em !important;
  word-break: keep-all !important;
}

body.postid-1343 .weekly-rest-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body.postid-1343 .weekly-rest-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.postid-1343 .weekly-rest-article p,
body.postid-1343 .weekly-rest-article li,
body.postid-1343 .weekly-rest-article summary {
  margin: 0 !important;
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body.postid-1343 .weekly-rest-article strong {
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 920 !important;
}

body.postid-1343 .weekly-rest-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.postid-1343 .weekly-rest-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  text-decoration: none !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.postid-1343 .weekly-rest-article__nav a:hover,
body.postid-1343 .weekly-rest-article__nav a:focus-visible {
  background: var(--pdf-article-mustard-soft) !important;
  outline: 2px solid var(--pdf-article-focus) !important;
  outline-offset: 2px !important;
}

body.postid-1343 .weekly-rest-article__grid,
body.postid-1343 .weekly-rest-article__process-grid,
body.postid-1343 .weekly-rest-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.postid-1343 .weekly-rest-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1343 .weekly-rest-article__card,
body.postid-1343 .weekly-rest-article__process,
body.postid-1343 .weekly-rest-article__use,
body.postid-1343 .weekly-rest-article__notice,
body.postid-1343 .weekly-rest-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 var(--pdf-article-soft-shadow) !important;
}

body.postid-1343 .weekly-rest-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body.postid-1343 .weekly-rest-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

body.postid-1343 .weekly-rest-article__use span,
body.postid-1343 .weekly-rest-article__process span {
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

body.postid-1343 .weekly-rest-article code {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line-soft) !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: .92em !important;
  font-weight: 780 !important;
  line-height: 1.48 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.postid-1343 .weekly-rest-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.postid-1343 .weekly-rest-article ol,
body.postid-1343 .weekly-rest-article ol.weekly-rest-article__steps {
  counter-reset: pdf-article-step !important;
}

body.postid-1343 .weekly-rest-article :is(ul, ol) > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-wrap: anywhere !important;
}

body.postid-1343 .weekly-rest-article :is(ul, ol) > li::before {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  box-sizing: border-box !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  border-radius: 0 !important;
}

body.postid-1343 .weekly-rest-article ul > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--pdf-article-mustard) !important;
  border: 1px solid var(--pdf-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  line-height: 1 !important;
}

body.postid-1343 .weekly-rest-article ol > li,
body.postid-1343 .weekly-rest-article ol.weekly-rest-article__steps > li {
  counter-increment: pdf-article-step !important;
}

body.postid-1343 .weekly-rest-article ol > li::before,
body.postid-1343 .weekly-rest-article ol.weekly-rest-article__steps > li::before {
  content: counter(pdf-article-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  background: var(--pdf-article-mustard-soft) !important;
  border: 1px solid var(--pdf-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  font-size: 11px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
}

body.postid-1343 .weekly-rest-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1343 .weekly-rest-article details {
  margin: 0 !important;
}

body.postid-1343 .weekly-rest-article summary {
  cursor: pointer !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.postid-1343 .weekly-rest-article details[open] summary {
  margin-bottom: 8px !important;
}

body.postid-1343[data-scheme="dark"] .entry-content article.roberin-article-body.weekly-rest-article,
body.postid-1343[data-scheme="inverse"] .entry-content article.roberin-article-body.weekly-rest-article,
body.postid-1343[data-scheme="dark"] .weekly-rest-article,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background-image:
    linear-gradient(rgba(169, 139, 107, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, .06) 1px, transparent 1px) !important;
  background-color: #33271d !important;
  border-color: #a98b6b !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-article :is(h2, h3, strong, summary),
body.postid-1343[data-scheme="inverse"] .weekly-rest-article :is(h2, h3, strong, summary) {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-article :is(p, li, span),
body.postid-1343[data-scheme="inverse"] .weekly-rest-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-article__card,
body.postid-1343[data-scheme="dark"] .weekly-rest-article__process,
body.postid-1343[data-scheme="dark"] .weekly-rest-article__use,
body.postid-1343[data-scheme="dark"] .weekly-rest-article__notice,
body.postid-1343[data-scheme="dark"] .weekly-rest-article details,
body.postid-1343[data-scheme="dark"] .weekly-rest-article__nav a,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__card,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__process,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__use,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__notice,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article details,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__nav a {
  background-color: #33271d !important;
  border-color: rgba(169, 139, 107, .72) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, .52) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-article__notice,
body.postid-1343[data-scheme="dark"] .weekly-rest-article__process,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__notice,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article__process {
  background-color: rgba(36, 28, 21, .56) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-article code,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article code {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #241c15 !important;
  border-color: rgba(169, 139, 107, .56) !important;
}

body.postid-1343[data-scheme="dark"] .weekly-rest-article :is(ul, ol) > li::before,
body.postid-1343[data-scheme="inverse"] .weekly-rest-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body.postid-1343 .weekly-rest-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.postid-1343 .roberin-pdf-ad,
  body.postid-1343 .cs-custom-content-post-before {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  body.postid-1343 .roberin-pdf-ad ins.adsbygoogle,
  body.postid-1343 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-1343 .entry-content ins.adsbygoogle {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.postid-1343 .entry-content article.roberin-article-body.weekly-rest-article,
  body.postid-1343 .weekly-rest-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .16) !important;
  }

  body.postid-1343 .weekly-rest-article__grid,
  body.postid-1343 .weekly-rest-article__process-grid,
  body.postid-1343 .weekly-rest-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1343 .weekly-rest-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body.postid-1343 .weekly-rest-article h2 {
    font-size: 25.2px !important;
  }
}



/* Weekly rest allowance Phase 2 article/ad alignment */
body.postid-1343 .weekly-rest-tool + .roberin-qa-ad-placeholder + article.roberin-article-body,
body.postid-1343 .weekly-rest-tool + .roberin-leaderboard-ad + article.roberin-article-body,
body.postid-1343 .weekly-rest-tool + ins.adsbygoogle + article.roberin-article-body {
  margin-top: 0 !important;
}

body.postid-1343 .entry-content > .roberin-qa-ad-placeholder,
body.postid-1343 .entry-content > .roberin-leaderboard-ad,
body.postid-1343 .entry-content > ins.adsbygoogle {
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 728px !important;
  min-width: 0 !important;
  min-height: 90px !important;
  margin: 22px auto !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.postid-1343 .weekly-rest-tool + .roberin-qa-ad-placeholder,
body.postid-1343 .weekly-rest-tool + .roberin-leaderboard-ad,
body.postid-1343 .weekly-rest-tool + ins.adsbygoogle {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

body.postid-1343 .weekly-rest-article .weekly-rest-article__notice ul {
  margin-top: 2px !important;
}

@media (max-width: 640px) {
  body.postid-1343 .entry-content > .roberin-qa-ad-placeholder,
  body.postid-1343 .entry-content > .roberin-leaderboard-ad,
  body.postid-1343 .entry-content > ins.adsbygoogle {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  body.postid-1343 .weekly-rest-tool + .roberin-qa-ad-placeholder,
  body.postid-1343 .weekly-rest-tool + .roberin-leaderboard-ad,
  body.postid-1343 .weekly-rest-tool + ins.adsbygoogle {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

