newsletter-items {
  margin: 2em 2em 2em 0;
  display: block;
}
newsletter-items a {
  color: black;
  text-decoration: underline;
}
newsletter-items .edit-icon {
  color: #f59e0b;
  text-decoration: none;
}
newsletter-items .edit-icon:hover {
  text-decoration: none;
}
newsletter-items newsletter-item {
  display: flex;
  margin: 0.75em 0.75em 0.75em 0;
  width: 100%;
  transition: 0.3s;
  padding: 0.5em 0.5em 0.5em 0;
  justify-content: space-between;
}
newsletter-items newsletter-item--body {
  max-width: 13em;
}
@media (min-width: 600px) {
  newsletter-items newsletter-item--body {
    max-width: 40em;
  }
  newsletter-items newsletter-item--body p.name {
    font-size: 14px;
    margin: 2px 0px 10px 0px;
  }
}
.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.newsletter-item-title {
  padding: 0px 20px 0px 0px;
}
.newsletter-item-title a {
  color: black;
}
.btn-main {
  background-color: #f59e0b !important;
  border-color: #f59e0b !important;
  color: white !important;
}
.btn-secondary {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: black !important;
}
.container {
  display: flex;
}
.current-newsletter {
  margin-bottom: 3px;
}
.timezone {
  color: #929292;
  margin-top: 3px;
}
.orange-link a {
  color: #FFC000 !important;
  text-decoration: underline;
}
.footer a {
  color: black;
  text-decoration: underline;
}
form > button.preview-button {
  margin-right: 0px !important;
  padding-right: 0.6em !important;
}
.dashboard-main {
  width: 100%;
}
.dashboard-content {
  display: flex;
  flex-direction: column;
}
.dashboard-content .header-section {
  padding-top: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #dadada;
  padding-right: 10px;
  padding-bottom: 10px;
}
.dashboard-content .header-section div > div > .placeholder {
  color: gray;
}
.dashboard-content .footer-wrap {
  padding-top: 10px;
  padding-left: 10px;
  border: none;
  padding-right: 10px;
  padding-bottom: 10px;
}
.dashboard-content .footer-wrap .footer-content {
  width: 100%;
}
.dashboard-content .footer-wrap div > div > .placeholder {
  color: gray;
}
.dashboard-right-menu {
  margin-left: 20px;
  margin-top: 20px;
  flex: 350px;
}
.dashboard-fixed-menu {
  position: fixed;
  z-index: 1;
}
a.icon-item {
  color: #747575;
  text-decoration: none;
}
.footer-section {
  margin-top: 50px;
  color: #757575;
  border-bottom: 1px solid #dadada;
  width: 70%;
}
.body-section {
  margin-top: 50px;
  color: #757575;
  border-bottom: 1px solid #dadada;
  width: 70%;
}
div .item-title {
  font-size: 1.2em;
}
.item-title span.item-caption {
  display: inline-block;
  width: 90%;
}
.item-menu {
  text-align: right;
  position: absolute;
  width: 500px;
}
.item-menu span.move-menu-item {
  width: 8%;
  text-align: right;
  display: inline-block;
  padding-right: 10px;
}
.item-menu span.move-menu-item a {
  font-size: 0.6em;
  padding: 2px;
  box-sizing: border-box;
}
.item-menu span.move-menu-item a:hover {
  text-decoration: none;
}
.item-menu-wrapper {
  text-align: right;
  display: flex;
  justify-content: right;
}
.item-author {
  color: #929292;
  font-size: smaller;
}
.page-title {
  margin-top: 0px;
  color: black;
  font-weight: 400;
}
.subject-line-hint {
  font-size: small;
  color: grey;
  margin-top: 20px;
  margin-bottom: 0px;
}
.newsletter-title {
  display: inline-block;
}
.admin-class {
  width: 20rem;
  font-size: 15px;
}
.user-class {
  width: 20rem;
  font-size: 15px;
  padding-top: 42px;
}
.send-now {
  margin-bottom: 12px;
}
.preview {
  margin-top: 20px;
  margin-left: 10px;
}
.dashboard-reminder {
  background-color: #fef4e3;
  color: #f59e0b;
  padding: 0.8em;
  margin: 0;
  border-radius: 0.5em;
}
.dashboard-reminder a {
  color: #f59e0b;
  text-decoration: underline;
}
.slideshow-container {
  height: 187px;
  width: 350px;
  overflow: hidden;
  color: #F9D315;
  border-style: solid;
  border-width: 1px;
  border-color: #F9D315;
  border-radius: 15px;
}
.slideshow-item {
  margin-top: 60px;
  font-size: 14pt;
  font-weight: 600;
  color: #F9D315;
  text-align: center;
  width: 100%;
}
.slideshow-dots {
  position: fixed;
  margin-top: 140px;
  text-align: center;
  width: 350px;
}
.slideshow-dots span {
  cursor: pointer;
}
.slideshow-menu {
  position: fixed;
  width: 350px;
  display: block;
  padding-top: 8px;
}
.slideshow-menu div.inspiration {
  padding-left: 5px;
}
.slideshow-menu div.edit {
  text-align: right;
}
.slideshow-menu div.edit a {
  color: #F9D315;
  padding-right: 10px;
}
.no-content {
  color: grey;
}
.todo {
  list-style-type: none;
  padding-left: 0px;
}
hr.line-half-pixel {
  height: 0.5px;
  border-color: #c8c8c8;
}
.dashboard-page .title-description {
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
  margin-top: 0px;
}
.dashboard-page .subtitle-description {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 24px;
}
.dashboard-page .todo-container ul.todo {
  margin-block-start: 0.3em;
}
.dashboard-page .todo-container ul.todo .step {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
}
.dashboard-page .todo-container ul.todo .step .step-header {
  display: flex;
}
.dashboard-page .todo-container ul.todo .step .step-header .number-container {
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-page .todo-container ul.todo .step .step-header .number-container .circle-number {
  border: 1px solid #929292;
  display: flex;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #929292;
  font-size: 0.5rem;
}
.dashboard-page .todo-container ul.todo .step .step-header .number-container .circle-checked {
  background-color: #03ab03;
  color: white;
  border: none;
}
.dashboard-page .todo-container ul.todo .step .step-header .number-container .circle-waiting {
  background-color: orange;
  color: white;
  border: none;
}
.dashboard-page .todo-container ul.todo .step .step-header .step-title {
  font-weight: bold;
}
.dashboard-page .todo-container ul.todo .step .step-header .step-title i {
  font-weight: 300;
  color: orange;
}
.dashboard-page .todo-container ul.todo .step .step-header .dismiss-link {
  color: #929292;
}
.dashboard-page .todo-container ul.todo .step .step-header .dismiss-link:hover {
  color: #747575;
  text-decoration: none;
}
.dashboard-page .todo-container ul.todo .step .step-reason {
  padding-left: 40px;
  font-size: 14px;
}
.dashboard-page .todo-container ul.todo .step-inline {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.dashboard-page .unconfirmed {
  font-size: 16px;
}
.dashboard-page .news-item {
  border: 1px solid #c8c8c8;
  width: 15em;
  padding: 0.7em 0em 1em 0em;
  margin-right: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 8em;
  border-radius: 5px;
}
.dashboard-page .news-item .top-menu {
  height: 20px;
  cursor: pointer;
}
.dashboard-page .news-item .newsletter-name {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2;
  height: 2.4em;
}
.dashboard-page .news-item .menu-bar {
  margin-top: 40px;
  margin-right: -122px;
  width: 100px;
  height: 50px;
}
.dashboard-page .news-item .item-title {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.dashboard-page .news-item .item-title:hover {
  cursor: pointer;
}
.dashboard-page .news-item .created-by {
  font-size: 13px;
  color: gray;
  margin-left: 1em;
  margin-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-page .dashboard-info-container {
  margin-top: 1em;
  display: flex;
  gap: 30px;
}
.dashboard-page .dashboard-info-container .latest-newsletter-info {
  border: 1px solid #dbdbdb;
  padding: 1em;
  border-radius: 5px;
}
.dashboard-page .dashboard-info-container .latest-newsletter-info ul {
  padding-inline-start: 20px;
}
.dashboard-page .dashboard-info-container .latest-newsletter-info a {
  color: #65b9d5;
  font-weight: bold;
  font-size: small;
}
.dashboard-page .dashboard-info-container .usage-info {
  border: 1px solid #dbdbdb;
  padding: 1em;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 32px;
  border: 1px solid #e5e7eb;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.stat-card {
  background: var(--surface);
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
}
.stat-label {
  font-size: 0.85rem;
  color: var(--text-light);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.stat-value {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.stat-trend {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-light);
}
.card-action {
  color: #3B82F6;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
}
.card-action:hover {
  text-decoration: underline;
}
.card.span-4 {
  grid-column: span 4;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
}
.news-items.flex-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 1rem !important;
  flex-direction: unset !important;
}
.newsletter-card {
  background: #ffffff;
  padding: 1.5rem;
  cursor: pointer;
  border: 1px solid #cccccc;
  transition: all 0.2s;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  border-radius: 0.2rem;
}
.newsletter-card:hover {
  background: #fafafa;
  border-color: #999999;
}
.newsletter-title {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block !important;
}
.newsletter-meta {
  font-size: 0.8125rem;
  color: #999999;
}
.card-stats {
  margin-bottom: 24px;
}
.card-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #737373;
  margin-bottom: 6px;
}
.card-stat svg {
  width: 12px;
  height: 12px;
  stroke: #737373;
}
.card-footer {
  padding-top: 16px;
  border-top: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
