.elementor-743 .elementor-element.elementor-element-eebafea > .elementor-widget-container{padding:0px 0px 0px 20px;}:root{--page-title-display:none;}/* Start custom CSS */.js-calendar-output {
  margin-top: 1.5rem;
}

/* TOP TOOLS */
.sg-calendar-top-tools {
  text-align: center;
  margin: 0 auto 1.5rem;
}

.sg-calendar-top-intro {
  max-width: 720px;
  margin: 0.75rem auto 0;
  color: #0f2326;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.55;
  text-align: center;
  font-weight: 600;
}

.sg-calendar-top-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}

.sg-calendar-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #e6f4ec;
  color: #2bb673;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.2vw, 15px);
  font-weight: 700;
  line-height: 1.2;
  cursor: not-allowed;
  opacity: 0.72;
  box-shadow: none;
}

.sg-calendar-top-note {
  margin-top: 8px;
  color: #0f2326;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(12px, 1.1vw, 13px);
  line-height: 1.45;
  text-align: center;
  opacity: 0.65;
}

/* PROGRESS HEADER */
.sg-progress-header {
  max-width: 720px;
  margin: 0 auto 0.9rem;
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid rgba(30, 94, 115, 0.12);
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(15, 35, 38, 0.03);
}

.sg-progress-header-complete {
  background: #f0faf4;
  border-color: rgba(43, 182, 115, 0.28);
}

.sg-progress-stats {
  color: #0f2326;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.5;
}

.sg-progress-bar {
  margin-top: 0.7rem;
  width: 100%;
  height: 10px;
  background: #e8f0f2;
  border-radius: 999px;
  overflow: hidden;
}

.sg-progress-bar-fill {
  height: 100%;
  background: #1e5e73;
  border-radius: 999px;
  transition: width 0.3s ease;
}

.sg-progress-next {
  margin-top: 0.75rem;
  color: #1e5e73;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(13px, 1.15vw, 14px);
  line-height: 1.45;
}

.sg-progress-complete-message {
  color: #1a7a4a;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(15px, 1.3vw, 16px);
  line-height: 1.45;
  font-weight: 700;
}

/* CALENDAR LIST */
.sg-calendar-list {
  display: grid;
  gap: 1.25rem;
}

/* WEEK CARD */
.sg-calendar-week {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(30, 94, 115, 0.12);
  border-left: 5px solid #2bb673;
  border-radius: 18px;
  padding: clamp(1rem, 0.85rem + 0.6vw, 1.35rem);
  padding-left: 1.25rem;
  box-shadow: 0 8px 24px rgba(15, 35, 38, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sg-calendar-week:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 35, 38, 0.08);
}

.sg-calendar-week-number {
  color: #2bb673;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.95rem, 0.9rem + 0.18vw, 1.02rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.sg-calendar-week-theme {
  color: #1e5e73;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 1.15rem + 0.6vw, 1.7rem);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.sg-calendar-week-summary p {
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1rem);
  color: #0f2326;
  opacity: 0.85;
  margin: 0 0 0.4rem;
  line-height: 1.6;
}

.sg-calendar-week-summary strong {
  font-weight: 600;
  color: #1e5e73;
}

/* ISSUE GRID */
.sg-calendar-issues {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.95rem;
}

/* ISSUE CARD */
.sg-calendar-issue {
  background: #f9fbfb;
  border: 1px solid rgba(15, 35, 38, 0.06);
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sg-calendar-issue.is-written {
  background: #f0faf4;
  border-color: rgba(43, 182, 115, 0.35);
  box-shadow: inset 0 0 0 1px rgba(43, 182, 115, 0.08);
}

.sg-calendar-issue-label {
  display: inline-block;
  align-self: flex-start;
  background: rgba(43, 182, 115, 0.1);
  color: #2bb673;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.sg-calendar-issue-title {
  color: #1e5e73;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.94rem + 0.28vw, 1.12rem);
  line-height: 1.38;
  font-weight: 700;
  margin: 0 0 0.45rem;
  letter-spacing: -0.1px;
}

.sg-calendar-issue-angle {
  color: #0f2326;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.05rem);
  line-height: 1.6;
  font-weight: 500;
  opacity: 0.85;
  margin: 0 0 0.35rem;
}

.sg-calendar-issue-meta {
  color: #0f2326;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.98rem, 0.94rem + 0.18vw, 1.03rem);
  font-style: italic;
  line-height: 1.65;
  margin: 0;
  opacity: 0.78;
}

/* ISSUE PROGRESS CONTROLS */
.sg-issue-progress-row {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.sg-progress-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.05vw, 13px);
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 14px;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.sg-progress-btn:hover:not(:disabled) {
  opacity: 0.88;
}

.sg-progress-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.sg-progress-btn-write {
  background: #1e5e73;
  color: #ffffff;
  border: 1px solid #1e5e73;
}

.sg-progress-btn-undo {
  background: #f5f5f5;
  color: #555555;
  border: 1px solid #b9c1c5;
}

.sg-issue-written-badge {
  display: inline-flex;
  align-items: center;
  color: #1a7a4a;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(13px, 1.1vw, 14px);
  font-weight: 700;
  line-height: 1.3;
}

/* OPTIONAL LEGACY INTRO CLASS */
.sg-future-writer-intro {
  max-width: 720px;
  margin: 0 auto 18px;
  color: #0f2326;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.6;
  text-align: center;
}

.sg-how-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto 1rem;
  max-width: 720px;
  text-align: left;
}

.sg-how-list li {
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.55;
  color: #0f2326;
}

.sg-how-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2bb673;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sg-calendar-week {
    padding: 1rem;
    padding-left: 1rem;
    border-radius: 16px;
  }

  .sg-calendar-top-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sg-calendar-top-btn {
    width: 100%;
    min-width: 0;
  }

  .sg-progress-header {
    padding: 0.9rem 0.95rem;
  }

  .sg-calendar-issues {
    grid-template-columns: 1fr;
  }

  .sg-issue-progress-row {
    align-items: flex-start;
  }

  .sg-future-write {
    justify-content: flex-end;
  }
}/* End custom CSS */