a:hover {
  text-decoration: underline;
}

.cj-tutorial-list li,
.cj-video-list li {
  list-style: none;
  line-height: 22px;
  padding-bottom: 1px;
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.cj-product-list li {
  line-height: 22px;
  padding-bottom: 4px;
  padding-left: 0;
}

ul {
  margin: 0;
}

ul.cj-tutorial-list {
  margin-bottom: 0;
  margin-left: 2px;
}


.cj-body {
  font-family: var(--font-family-medium);
  margin: 0;
  color: var(--text);
  background: var(--secondary);
  line-height: 1.5;
}

.cj-header {
  background: var(--primary);
  color: var(--secondary);
  padding: 17px 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 24px;
}

.cj-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 2px 0 4px;
  padding: 0 16px 16px 16px;
  height: calc(100vh - 57px);
  overflow: auto;
  box-sizing: border-box;
  align-content: flex-start;
}

.cj-main-content {
  width: 100%;
  margin: 0 10px;
}

.cj-aside {
  max-width: 295px;
  width: 100%;
  box-sizing: border-box;
  background: var(--accent);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cj-main-actions {
  margin-top: 18px;
  margin-bottom: 1rem;
}

.cj-main-actions .cj-btn {
  display: inline-block;
  margin-right: 7px;
  padding: 6px 18px 4px 18px;
  border: 1px solid var(--primary);
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
  font-size: 15px;
  font-family: var(--font-family-bold);
}

.cj-btn-primary {
  background: var(--primary);
  color: var(--secondary);
}

.cj-btn-secondary {
  background: var(--secondary);
  color: var(--primary);
}

.cj-main-actions .cj-btn:focus {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.cj-main-actions .cj-btn-primary:hover,
.cj-main-actions .cj-btn-secondary:hover {
  background: var(--bgHover);
  color: var(--primary);
  text-decoration: underline;
}

.cj-section-title,
.cj-section-subtitle {
  margin: 0;
}

.cj-section-subtitle {
  font-size: 16px;
  font-family: var(--font-family-medium);
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 6px;
}

.cj-section-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family-bold);
  /* margin-top: 18px; */
}

.cj-title {
  color: var(--white);
  font-family: var(--font-family-bold);
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.cj-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cj-quick-fixes-box {
  border: 1px solid rgba(204, 204, 204, 1);
  background: #fff;
  padding: 18px 60px 8px 28px;
  margin: 8px 0 25px 0;
  box-sizing: border-box;
  box-shadow: none;
}

.cj-quick-fixes-box .cj-section-title {
  margin-bottom: 8px;
}

.cj-quick-fixes-box .cj-news-article {
  margin-bottom: 12px;
}

.cj-quick-fixes-box .cj-news-desc {
  /* line-height: 12px; */
  display: inline-block;
}

.cj-quick-fixes-box .cj-news-desc,
.cj-quick-fixes-box .cj-news-title {
  font-size: 13px;
}

.cj-quick-fixes-box .cj-news-title {
  font-family: var(--font-family-bold);
  font-weight: 700;
}

.cj-section-desc {
  margin-top: 0;
}

.cj-make-most-section {
  margin-left: 0;
  margin-bottom: 24px;
}

.cj-make-most-section .cj-section-desc {
  font-size: 13px;
  font-weight: 400;
  padding-top: 8px;
}

.cj-tutorial-list {
  padding-left: 0;
  font-size: 13px;
  /* font-family: Helvetica-Neue-Medium; */
}

.cj-tutorial-link {
  color: var(--link);
  text-decoration: none;
  padding-top: 3px;
  transition: all 0.2s ease;
}

.cj-tutorial-link:focus {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.cj-whats-new-section .cj-section-title {
  margin-bottom: 1px;
}

.cj-video-item {
  list-style: none;
  margin: 7px 0 20px 0;
}

.cj-video-list {
  padding-left: 0;
}

.cj-product-list {
  padding-left: 10px;
  margin: 7px 0 0 10px;
}

.cj-video-list,
.cj-product-list {
  font-size: 13px;
  font-weight: 400;
}

.cj-video-link,
.cj-product-link {
  color: var(--link);
  text-decoration: none;
}

.cj-video-link:focus,
.cj-product-link:focus {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.cj-big-picture-section {
  margin-bottom: 29px;
}

.cj-big-picture-section .cj-section-title {
  margin-bottom: 16px;
}

.cj-big-picture-list {
  padding-left: 0;
  font-size: 13px;
  font-family: var(--font-family-medium);
  list-style: none;
}

.cj-big-picture-link {
  color: var(--link);
  text-decoration: none;
}

.cj-big-picture-link:focus {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.cj-release-schedule-section .cj-section-title {
  margin-bottom: 1px;
  color: rgba(51, 51, 51, 1);
}

.cj-release-list {
  padding-left: 0;
  font-size: 13px;
  font-family: var(--font-family-medium);
  list-style: none;
}

.cj-release-time {
  font-style: normal;
}

.cj-footer {
  margin-top: 1rem;
}

.cj-footer-link {
  color: var(--link);
  text-decoration: none;
  font-size: 13px;
  font-family: var(--font-family-medium);
}

.cj-footer-link:focus {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}



.cj-sup-r {
  font-size: 12px !important;
  font-family: var(--font-family-medium);
}

.cj-main-container {
  display: flex;
}

.cj-big-picture-item {
  margin-bottom: 7px;
}

.cj-release-item {
  margin: 7px 0 18px 0;
}

/* Icon Showcase Section */
.cj-icon-showcase-section {
  margin: 2rem 0;
  padding: 1.5rem;
  background: var(--cj-bg-secondary, #f8f9fa);
  border-radius: 8px;
}

.cj-icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.cj-icon-grid > * {
  max-width: 288px;
  width: 100%;
}

.cj-icon-example {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background: var(--cj-bg-primary, #ffffff);
  border-radius: 8px;
  border: 1px solid var(--cj-border-color, #e9ecef);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cj-icon-example:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cj-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: var(--cj-primary-color, #007bff);
  stroke-width: 1.5;
}

.cj-icon-label {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--cj-text-primary, #212529);
}

.cj-icon-desc {
  font-size: 0.9rem;
  color: var(--cj-text-secondary, #6c757d);
  line-height: 1.4;
  margin: 0;
}

/* Update existing icon styles */
.cj-tutorial-icon,
.cj-video-icon {
  width: 16px;
  height: 16px;
  color: var(--cj-primary-color, #007bff);
  stroke-width: 1.5;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.cj-tutorial-item:hover .cj-tutorial-icon,
.cj-video-item:hover .cj-video-icon {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.cj-tutorial-item:hover .cj-tutorial-link {
  text-decoration: underline;
}

/* Document type specific colors */
.cj-pdf-color {
  color: #dc3545 !important;
}

.cj-ppt-color {
  color: #fd7e14 !important;
}

.cj-doc-color {
  color: #0d6efd !important;
}

.cj-xls-color {
  color: #28a745 !important;
}

.cj-video-color {
  color: #004aa2 !important;
}

.cj-arrow-color {
  color: #004aa2 !important;
}

.cj-bullet-color {
  color: #004aa2 !important;
}

.cj-phone-color {
  color: #004aa2 !important;
}

.cj-externallink-color {
  color: #004aa2 !important;
}

.cj-circle-color {
  color: #004aa2 !important;
}



/* Icon Examples List */
.cj-icon-examples-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.cj-icon-examples-list > * {
  max-width: 288px;
  width: 100%;
}

.cj-icon-example-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: var(--cj-bg-secondary, #f8f9fa);
  border-radius: 6px;
  border: 1px solid var(--cj-border-color, #e9ecef);
  transition: background-color 0.2s ease;
}

.cj-icon-example-item:hover {
  background: var(--cj-bg-hover, #e9ecef);
}

.cj-icon-small {
  width: 20px;
  height: 20px;
  color: var(--cj-primary-color, #007bff);
  stroke-width: 1.5;
  flex-shrink: 0;
}

.cj-icon-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cj-text-primary, #212529);
  min-width: 80px;
}

.cj-icon-desc {
  font-size: 0.8rem;
  color: var(--cj-text-secondary, #6c757d);
  line-height: 1.3;
}
@media (min-width: 1024px) and (max-width: 1296px) {
  .cj-container {
    flex-direction: column;
  }

  .cj-main-content,
  .cj-aside {
    margin-right: 0;
  }
}

@media (min-width: 878px) and (max-width: 1023px) {
  .cj-container {
    flex-direction: column;
  }

  .cj-main-content,
  .cj-aside {
    margin-right: 0;
  }

  .cj-icon-grid > * {
    max-width: 100%;
  }

  .cj-icon-example {
    padding: 1rem;
  }

  .cj-icon {
    width: 40px;
    height: 40px;
  }

  .cj-icon-examples-list > * {
    max-width: 100%;
  }

  .cj-icon-example-item {
    padding: 0.5rem;
  }

  .cj-icon-name {
    min-width: 60px;
    font-size: 0.85rem;
  }

  .cj-icon-desc {
    font-size: 0.75rem;
  }
}

@media (max-width: 877px) {
  .cj-container {
    flex-direction: column;
  }

  .cj-main-content,
  .cj-aside {
    margin-right: 0;
  }

  .cj-header,
  .cj-container,
  .cj-aside,
  .cj-main-content {
    padding: 0.5rem;
  }

  .cj-main-actions .cj-btn {
    padding: 0.5rem 1rem;
  }

  .cj-main-actions {
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    margin: -2rem 0 1.5rem 0;
  }

  .cj-btn {
    min-width: 0;
    width: 100%;
    font-size: 1rem;
  }

  .cj-icon-grid > * {
    max-width: 100%;
  }

  .cj-icon-example {
    padding: 1rem;
  }

  .cj-icon {
    width: 40px;
    height: 40px;
  }

  .cj-icon-examples-list > * {
    max-width: 100%;
  }

  .cj-icon-example-item {
    padding: 0.5rem;
  }

  .cj-icon-name {
    min-width: 60px;
    font-size: 0.85rem;
  }

  .cj-icon-desc {
    font-size: 0.75rem;
  }
}
