:root {
  --pc-l1-violet: #635bff;
  --pc-l1-blue: #2f7df4;
  --pc-l1-cyan: #24b7d8;
  --pc-l1-mint: #15a987;
  --pc-l1-amber: #f3a51f;
  --pc-l1-coral: #f06d74;
  --pc-l1-ink: #11213d;
  --pc-l1-muted: #60708b;
}

.pc-level-one-body {
  color: var(--pc-l1-ink);
}

.pc-level-one-body .pc-mobile-mail-nav[hidden] {
  display: none !important;
}

.pc-l1-header .pc-preview-title small {
  color: var(--pc-l1-violet);
}

.pc-l1-header .pc-work-header-track i {
  width: 4%;
  transition: width 0.35s ease;
  background: linear-gradient(90deg, var(--pc-l1-cyan), var(--pc-l1-violet));
}

.pc-l1-mail-app.is-story-mode {
  grid-template-columns: minmax(0, 1fr);
  background:
    radial-gradient(circle at 8% 15%, rgba(36, 183, 216, 0.14), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(99, 91, 255, 0.16), transparent 30%),
    #f5f7fc;
}

.pc-l1-mail-app.is-story-mode .pc-mail-rail,
.pc-l1-mail-app.is-story-mode .pc-mail-list {
  display: none;
}

.pc-l1-mail-app.is-story-mode .pc-l1-stage {
  width: 100%;
  display: grid;
  place-items: start center;
  align-content: start;
  padding: clamp(18px, 4vw, 54px);
}

.pc-l1-case-widget {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #243b6b, #5545cf);
  box-shadow: 0 14px 28px rgba(43, 54, 116, 0.18);
}

.pc-l1-case-widget::after {
  content: "";
  width: 86px;
  height: 86px;
  position: absolute;
  right: -35px;
  bottom: -43px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}

.pc-l1-case-widget span {
  color: #cbc8ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.pc-l1-case-widget strong {
  font-size: 1.15rem;
}

.pc-l1-case-widget small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
}

.pc-l1-search input {
  min-width: 0;
  width: 100%;
  color: #43516a;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
}

.pc-l1-search input::placeholder {
  color: #77849a;
}

.pc-l1-stage {
  scroll-behavior: smooth;
  scroll-padding-top: 18px;
  overflow-anchor: none;
  overscroll-behavior: contain;
}

.pc-l1-stage:focus {
  outline: none;
}

.pc-l1-story-card {
  width: min(1080px, 100%);
  min-height: min(640px, calc(100dvh - var(--pc-header-height) - 76px));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(172, 184, 211, 0.34);
  border-radius: 38px 20px 38px 20px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(29, 43, 78, 0.16);
}

.pc-l1-story-card::before,
.pc-l1-story-card::after {
  content: "";
  position: absolute;
  border-radius: 45% 55% 54% 46%;
  pointer-events: none;
}

.pc-l1-story-card::before {
  width: 330px;
  height: 330px;
  top: -180px;
  right: 18%;
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(18deg);
}

.pc-l1-story-card::after {
  width: 180px;
  height: 180px;
  right: -72px;
  bottom: -64px;
  background: rgba(255, 255, 255, 0.16);
}

.pc-l1-story-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: clamp(30px, 5vw, 70px);
}

.pc-l1-story-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  position: relative;
  z-index: 1;
  padding: clamp(25px, 4vw, 52px);
  color: #fff;
  background: linear-gradient(160deg, #263b72, #6552db);
}

.pc-l1-story-card.theme-violet .pc-l1-story-side {
  background: linear-gradient(160deg, #362a91, #735ef5 62%, #28b8d9);
}

.pc-l1-story-card.theme-blue .pc-l1-story-side {
  background: linear-gradient(155deg, #144a8a, #2f7df4 62%, #27bdd4);
}

.pc-l1-story-card.theme-amber .pc-l1-story-side {
  background: linear-gradient(155deg, #a04a19, #f1a31f 58%, #f16f72);
}

.pc-l1-story-card.theme-mint .pc-l1-story-side {
  background: linear-gradient(155deg, #087567, #18aa87 58%, #39c3bc);
}

.pc-l1-story-card.theme-celebration {
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 224, 201, 0.24), transparent 30%),
    radial-gradient(circle at 89% 78%, rgba(251, 190, 72, 0.2), transparent 28%),
    linear-gradient(135deg, #172757, #5141c7 58%, #694ee8);
}

.pc-l1-story-card.theme-celebration .pc-l1-story-main {
  color: #fff;
}

.pc-l1-story-card.theme-celebration .pc-l1-story-main > p,
.pc-l1-story-card.theme-celebration .pc-l1-story-main > .pc-l1-lead {
  color: rgba(255, 255, 255, 0.84);
}

.pc-l1-story-card.theme-celebration .pc-l1-story-side {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.pc-l1-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--pc-l1-violet);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pc-l1-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pc-l1-blue), var(--pc-l1-violet));
}

.theme-celebration .pc-l1-eyebrow {
  color: #8ff2dc;
}

.pc-l1-story-main h1 {
  max-width: 790px;
  margin: 0;
  color: var(--pc-l1-ink);
  font-size: clamp(2.25rem, 5vw, 4.65rem);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.pc-l1-story-main h2 {
  margin: 0 0 15px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.pc-l1-lead {
  max-width: 730px;
  margin: 22px 0 0;
  color: var(--pc-l1-muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.72;
}

.pc-l1-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.pc-l1-primary,
.pc-l1-secondary,
.pc-l1-choice,
.pc-l1-action-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 19px;
  border-radius: 14px;
  font-weight: 850;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.pc-l1-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pc-l1-violet), #7459f5);
  border: 1px solid transparent;
  box-shadow: 0 13px 25px rgba(87, 69, 219, 0.23);
}

.pc-l1-secondary {
  color: #263d65;
  background: #fff;
  border: 1px solid #d5ddeb;
}

.pc-l1-primary:hover,
.pc-l1-primary:focus-visible,
.pc-l1-secondary:hover,
.pc-l1-secondary:focus-visible,
.pc-l1-choice:hover,
.pc-l1-choice:focus-visible,
.pc-l1-action-button:hover,
.pc-l1-action-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(32, 48, 84, 0.17);
}

.pc-l1-primary:disabled,
.pc-l1-secondary:disabled,
.pc-l1-action-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.pc-l1-side-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px 13px 22px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.75rem;
  backdrop-filter: blur(10px);
}

.pc-l1-side-block {
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.11);
}

.pc-l1-side-block strong,
.pc-l1-side-block small {
  display: block;
}

.pc-l1-side-block strong {
  font-size: 0.87rem;
}

.pc-l1-side-block small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.75rem;
  line-height: 1.48;
}

.pc-l1-check-list,
.pc-l1-plain-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pc-l1-check-list li,
.pc-l1-plain-list li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 9px;
  color: #3d4c65;
  line-height: 1.5;
}

.pc-l1-check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--pc-l1-mint);
  font-size: 0.68rem;
  font-weight: 900;
}

.pc-l1-plain-list {
  counter-reset: l1-list;
}

.pc-l1-plain-list li {
  counter-increment: l1-list;
}

.pc-l1-plain-list li::before {
  content: counter(l1-list);
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--pc-l1-violet);
  background: #eeecff;
  font-size: 0.68rem;
  font-weight: 900;
}

.pc-l1-mail-heading {
  width: min(980px, 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin: 0 auto 14px;
}

.pc-l1-mail-heading small,
.pc-l1-mail-heading strong {
  display: block;
}

.pc-l1-mail-heading small {
  color: var(--pc-l1-violet);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.pc-l1-mail-heading strong {
  margin-top: 5px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.pc-l1-status-pill,
.pc-l1-mail-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  color: #1e65c9;
  background: #edf5ff;
  border: 1px solid #d3e7ff;
  font-size: 0.68rem;
  font-weight: 850;
}

.pc-l1-open-mail {
  max-width: 980px;
}

.pc-l1-open-mail .pc-mail-content {
  font-size: 0.94rem;
}

.pc-l1-mail-label {
  margin: 8px 0 0;
  color: #7b5500;
  background: #fff5dc;
  border-color: #f5dda1;
}

.pc-l1-mail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e5eaf1;
}

.pc-l1-mail-action {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  color: #263d65;
  background: #fff;
  border: 1px solid #d3dbe8;
  border-radius: 12px;
  font-weight: 800;
}

.pc-l1-mail-action.primary {
  color: #fff;
  background: var(--pc-l1-blue);
  border-color: var(--pc-l1-blue);
}

.pc-l1-mail-action.is-selected {
  color: #08705c;
  background: #e8faf4;
  border-color: #7dd7bd;
  box-shadow: 0 0 0 3px rgba(21, 169, 135, 0.12);
}

.pc-l1-composer {
  width: min(980px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(28, 45, 78, 0.12);
}

.pc-l1-composer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  color: #fff;
  background: linear-gradient(135deg, #243b6b, #5144cb);
}

.pc-l1-composer-top strong,
.pc-l1-composer-top small {
  display: block;
}

.pc-l1-composer-top small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.pc-l1-composer-fields {
  padding: 0 18px;
}

.pc-l1-composer .pc-composer-field {
  grid-template-columns: 74px minmax(0, 1fr);
}

.pc-l1-composer .pc-composer-field input {
  font-size: 0.86rem;
}

.pc-l1-composer .pc-composer-body {
  display: block;
  padding: 16px 18px 0;
}

.pc-l1-composer .pc-composer-body textarea {
  min-height: 270px;
  resize: vertical;
  background: #fbfcff;
}

.pc-l1-composer-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  padding: 15px 18px 18px;
}

.pc-l1-composer-footer small {
  max-width: 550px;
  color: var(--pc-l1-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.pc-l1-inline-feedback {
  margin: 0 18px 16px;
  padding: 14px 15px;
  border: 1px solid #f1c9ce;
  border-radius: 14px;
  color: #7a2c36;
  background: #fff4f5;
}

.pc-l1-inline-feedback.is-positive {
  color: #0b6856;
  background: #ebfaf5;
  border-color: #a9e1ce;
}

.pc-l1-inline-feedback strong,
.pc-l1-inline-feedback span {
  display: block;
}

.pc-l1-inline-feedback span {
  margin-top: 5px;
  font-size: 0.78rem;
  line-height: 1.5;
}

.pc-l1-feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 19px;
}

.pc-l1-feedback-item {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 10px;
  padding: 13px;
  border: 1px solid #e0e6ef;
  border-radius: 14px;
  background: #fff;
}

.pc-l1-feedback-item > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #a4afc1;
  font-size: 0.72rem;
  font-weight: 900;
}

.pc-l1-feedback-item.is-passed > span {
  background: var(--pc-l1-mint);
}

.pc-l1-feedback-item strong,
.pc-l1-feedback-item small {
  display: block;
}

.pc-l1-feedback-item strong {
  font-size: 0.78rem;
}

.pc-l1-feedback-item small {
  margin-top: 4px;
  color: var(--pc-l1-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.pc-l1-choice-grid {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.pc-l1-choice {
  width: 100%;
  justify-content: flex-start;
  padding: 15px 17px;
  color: #263955;
  text-align: left;
  background: #fff;
  border: 1px solid #dbe2ec;
}

.pc-l1-choice.is-correct {
  color: #0a6c59;
  background: #eafaf5;
  border-color: #78d7bb;
}

.pc-l1-choice.is-wrong {
  color: #8a343e;
  background: #fff3f4;
  border-color: #ecb5bc;
}

.pc-l1-decision-feedback {
  margin-top: 13px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #4b3d15;
  background: #fff6d9;
  border: 1px solid #efd68a;
  line-height: 1.55;
}

.pc-l1-action-panel {
  width: min(980px, 100%);
  margin: 0 auto 14px;
  padding: 17px;
  border: 1px solid #cfe1f8;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef7ff, #f3f0ff);
}

.pc-l1-action-panel strong,
.pc-l1-action-panel small {
  display: block;
}

.pc-l1-action-panel small {
  margin-top: 5px;
  color: #55708f;
  line-height: 1.5;
}

.pc-l1-report {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #dce2ec;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(29, 43, 78, 0.13);
}

.pc-l1-report-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 25px;
  align-items: center;
}

.pc-l1-report-header h1 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pc-l1-report-score {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 9px solid #dcd8ff;
  border-top-color: var(--pc-l1-violet);
  border-right-color: var(--pc-l1-cyan);
  border-radius: 50%;
  color: var(--pc-l1-ink);
  font-size: 2rem;
  font-weight: 950;
}

.pc-l1-report-score small {
  display: block;
  margin-top: -25px;
  color: var(--pc-l1-muted);
  font-size: 0.65rem;
}

.pc-l1-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}

.pc-l1-report-axis {
  padding: 16px;
  border: 1px solid #e0e6ef;
  border-radius: 17px;
  background: #fafbfe;
}

.pc-l1-report-axis span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.8rem;
  font-weight: 850;
}

.pc-l1-report-axis i {
  height: 7px;
  display: block;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4e9f1;
}

.pc-l1-report-axis i::before {
  content: "";
  width: var(--axis-score);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pc-l1-blue), var(--pc-l1-violet));
}

.pc-l1-report-axis p {
  margin: 10px 0 0;
  color: var(--pc-l1-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.pc-l1-timeline {
  display: grid;
  gap: 12px;
  margin-top: 23px;
  padding-left: 18px;
  border-left: 3px solid #dcd8ff;
}

.pc-l1-timeline-item {
  position: relative;
  padding: 14px 16px;
  border: 1px solid #e0e6ef;
  border-radius: 15px;
  background: #fff;
}

.pc-l1-timeline-item::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: -26px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--pc-l1-violet);
  box-shadow: 0 0 0 2px #a8a0ff;
}

.pc-l1-timeline-item strong,
.pc-l1-timeline-item small {
  display: block;
}

.pc-l1-timeline-item small {
  margin-top: 4px;
  color: var(--pc-l1-muted);
  line-height: 1.48;
}

.pc-l1-help-drawer {
  width: min(430px, 100vw);
  position: fixed;
  top: var(--pc-header-height);
  right: 0;
  bottom: 0;
  z-index: 70;
  overflow: auto;
  padding: 22px;
  color: var(--pc-l1-ink);
  background: #fff;
  border-left: 1px solid #dce3ed;
  box-shadow: -25px 0 65px rgba(22, 37, 68, 0.2);
}

.pc-l1-help-drawer[hidden],
.pc-l1-help-shade[hidden] {
  display: none;
}

.pc-l1-help-shade {
  position: fixed;
  inset: var(--pc-header-height) 0 0;
  z-index: 69;
  background: rgba(12, 24, 49, 0.42);
}

.pc-l1-help-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e6ee;
}

.pc-l1-help-header small,
.pc-l1-help-header strong {
  display: block;
}

.pc-l1-help-header small {
  color: var(--pc-l1-violet);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.pc-l1-help-header strong {
  margin-top: 5px;
  font-size: 1.3rem;
}

.pc-l1-help-header button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  color: #53617a;
  background: #f0f3f8;
  font-size: 1.3rem;
}

#l1-help-content {
  padding-top: 18px;
  color: #465774;
  line-height: 1.65;
}

#l1-help-content h3 {
  color: var(--pc-l1-ink);
}

#l1-help-content li + li {
  margin-top: 8px;
}

.pc-l1-empty-folder {
  padding: 40px 22px;
  color: var(--pc-l1-muted);
  text-align: center;
}

.pc-l1-empty-folder strong,
.pc-l1-empty-folder small {
  display: block;
}

.pc-l1-empty-folder small {
  margin-top: 6px;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  .pc-l1-story-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  }

  .pc-l1-story-main h1 {
    font-size: clamp(2.2rem, 5.8vw, 3.7rem);
  }
}

@media (max-width: 820px) {
  .pc-l1-mail-app.is-story-mode {
    height: calc(100dvh - var(--pc-header-height) - 57px);
  }

  .pc-l1-mail-app.is-story-mode .pc-l1-stage {
    display: block;
    padding: 10px;
  }

  .pc-l1-story-card {
    min-height: 100%;
    grid-template-columns: 1fr;
    border-radius: 24px 14px 24px 14px;
  }

  .pc-l1-story-main,
  .pc-l1-story-side {
    padding: 24px 20px;
  }

  .pc-l1-story-main {
    justify-content: flex-start;
  }

  .pc-l1-story-main h1 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .pc-l1-lead {
    margin-top: 16px;
    font-size: 0.94rem;
  }

  .pc-l1-story-actions {
    margin-top: 20px;
  }

  .pc-l1-primary,
  .pc-l1-secondary {
    width: 100%;
  }

  .pc-l1-story-side {
    justify-content: flex-start;
  }

  .pc-l1-mail-heading {
    display: block;
  }

  .pc-l1-status-pill {
    margin-top: 8px;
  }

  .pc-l1-composer {
    border-radius: 17px;
  }

  .pc-l1-composer-top,
  .pc-l1-composer-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .pc-l1-composer-footer .pc-l1-primary {
    width: 100%;
  }

  .pc-l1-composer .pc-composer-body textarea {
    min-height: 235px;
  }

  .pc-l1-feedback-grid,
  .pc-l1-report-grid {
    grid-template-columns: 1fr;
  }

  .pc-l1-report {
    padding: 21px 17px;
    border-radius: 22px;
  }

  .pc-l1-report-header {
    grid-template-columns: 1fr;
  }

  .pc-l1-report-score {
    width: 100px;
    height: 100px;
  }

  .pc-l1-help-drawer {
    bottom: 57px;
  }

  .pc-l1-help-shade {
    bottom: 57px;
  }

  .pc-l1-stage .pc-open-mail {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .pc-l1-story-main h1 {
    font-size: 2.15rem;
  }

  .pc-l1-story-main h2 {
    font-size: 1.65rem;
  }

  .pc-l1-story-side {
    gap: 10px;
  }

  .pc-l1-side-block {
    padding: 12px 13px;
  }

  .pc-l1-composer .pc-composer-field {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .pc-l1-composer-fields {
    padding: 0 13px;
  }

  .pc-l1-composer .pc-composer-body {
    padding: 13px 13px 0;
  }

  .pc-l1-composer-footer {
    padding: 13px;
  }

  .pc-l1-mail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pc-l1-mail-action {
    justify-content: center;
  }
}
