@font-face {
  font-family: "Geist Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(//cdn.neetopublish.com/assets/@fontsource-variable/geist/files/geist-latin-ext-wght-normal-f3df092f471949e9a3a3622869ff572d8d79c2c37d3425d2f233a7bc97754b62.woff2) format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Geist Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(//cdn.neetopublish.com/assets/@fontsource-variable/geist/files/geist-latin-wght-normal-63ff26200e5a2b08448208a8dbd3c39a019c8fffcd97a8aa00a09f7464ac8ca0.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.overlay__wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px;
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}

.overlay__wrap.active {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.overlay__inner {
  border-radius: 6px;
  z-index: 99999;
  display: inline-block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.overlay__image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border: 10px solid var(--background);
  border-radius: 10px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  cursor: zoom-out;
}

.overlay__close {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: var(--background);
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 0.75rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.overlay__close:hover {
  opacity: 1;
}

.overlay__close svg {
  fill: var(--foreground);
}

body.overlay--visible {
  overflow: hidden;
}

.neeto-editor-emoji {
  font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.neeto-publish-made-with__wrapper {
  background: var(--background);
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  color: var(--foreground);
  border: 0.5px solid var(--border);
  font-weight: normal;
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", Arial, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.375rem;
}
.neeto-publish-made-with__wrapper strong {
  font-weight: 700;
}
.neeto-publish-made-with__wrapper:hover {
  box-shadow: inset 0 0 0 1px var(--border);
  text-decoration: none;
}

.neeto-editor-content {
  white-space: normal !important;
}

.neeto-publish-listing__no-data {
  height: calc(100dvh - 420px);
}

@layer components {
  .np-blog-share-modal-root {
    position: fixed;
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 1000;
    display: none !important;
  }
  .np-blog-share-modal-root.visible {
    display: -webkit-box !important;
    display: flex !important;
  }
}
.np-blog-share-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: -1;
}

.np-blog-share-modal-container {
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.np-blog-share-modal-container:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.np-blog-share-modal-modal {
  width: 90%;
  max-width: 800px;
  display: inline-block;
  text-align: start;
  vertical-align: middle;
  background: var(--popover);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .np-blog-share-modal-modal {
    min-width: 730px;
    display: inline-block;
  }
}
.np-blog-share-modal-modal--title-block {
  border-radius: 10px;
  background: var(--muted);
}
.np-blog-share-modal-modal--title-block .heading-block {
  line-height: 1.2;
}
.np-blog-share-modal-modal--title-block .link-block {
  color: var(--muted-foreground);
}
.np-blog-share-modal-modal--title-block .image-block {
  width: 100%;
}
@media (min-width: 768px) {
  .np-blog-share-modal-modal--title-block .image-block {
    max-width: 178px;
  }
}

.np-blog-share-modal-close-button {
  position: absolute;
  z-index: 1;
  max-width: 22px;
  opacity: 0.8;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: flex;
}
.np-blog-share-modal-close-button:hover {
  opacity: 1;
}

.np-blog-share-modal-container,
.np-blog-share-modal-modal,
.np-blog-share-modal-overlay {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}

.np-blog-share-modal-share-btn {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  display: -webkit-box;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: none;
  border-radius: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 768px) {
  .np-blog-share-modal-share-btn {
    height: 3rem;
    width: 3rem;
  }
}
.np-blog-share-modal-share-btn.copy-button {
  border: 0.5px solid var(--foreground);
}
.np-blog-share-modal-share-btn.copy-button .check-icon {
  display: none;
}
.np-blog-share-modal-share-btn.copy-button.active .check-icon {
  display: block;
}
.np-blog-share-modal-share-btn.copy-button.active .copy-icon {
  display: none;
}
.np-blog-share-modal-share-btn.more-button {
  border: 0.5px solid var(--foreground);
}

@-webkit-keyframes np-blog-share-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes np-blog-share-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes np-blog-share-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes np-blog-share-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes np-blog-share-modal-modal-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}
@keyframes np-blog-share-modal-modal-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}
@-webkit-keyframes np-blog-share-modal-modal-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}
@keyframes np-blog-share-modal-modal-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}
.blog-post:first-child {
  border-top: none;
  padding-top: 0;
}

.blog-post .neeto-editor-content {
  color: var(--muted-foreground);
}

.blog-post__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--border);
}

.blog-post__thumbnail-image {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}
.blog-post__thumbnail-image img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .blog-post__thumbnail-image {
    max-width: 210px;
    padding-bottom: 16.25%;
  }
}

.np-article-thumbnail-image {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 5px;
}
.np-article-thumbnail-image img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@layer components {
  .np-subscription-modal-root {
    position: fixed;
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 1000;
    display: none !important;
  }
  .np-subscription-modal-root.visible {
    display: -webkit-box !important;
    display: flex !important;
  }
}
.np-subscription-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: -1;
}

.np-subscription-modal-container {
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.np-subscription-modal-container:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.np-subscription-modal-content {
  width: 90%;
  max-width: 500px;
  display: inline-block;
  text-align: start;
  vertical-align: middle;
  background: var(--popover);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .np-subscription-modal-content {
    min-width: 450px;
    display: inline-block;
  }
}

.np-subscription-modal-close-button {
  position: absolute;
  z-index: 1;
  max-width: 22px;
  opacity: 0.8;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: flex;
}
.np-subscription-modal-close-button:hover {
  opacity: 1;
}

.np-subscription-modal-container,
.np-subscription-modal-content,
.np-subscription-modal-overlay {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}

@-webkit-keyframes np-subscription-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes np-subscription-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes np-subscription-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes np-subscription-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes np-subscription-modal-content-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}
@keyframes np-subscription-modal-content-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}
@-webkit-keyframes np-subscription-modal-content-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}
@keyframes np-subscription-modal-content-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}
.np-subscription-modal-overlay-in-animation {
  -webkit-animation: np-subscription-modal-overlay-in 0.3s ease-out;
          animation: np-subscription-modal-overlay-in 0.3s ease-out;
}

.np-subscription-modal-overlay-out-animation {
  -webkit-animation: np-subscription-modal-overlay-out 0.3s ease-out;
          animation: np-subscription-modal-overlay-out 0.3s ease-out;
}

.np-subscription-modal-content-in-animation {
  -webkit-animation: np-subscription-modal-content-in 0.3s ease-out;
          animation: np-subscription-modal-content-in 0.3s ease-out;
}

.np-subscription-modal-content-out-animation {
  -webkit-animation: np-subscription-modal-content-out 0.3s ease-out;
          animation: np-subscription-modal-content-out 0.3s ease-out;
}

/* Search Modal Styles */
.search-modal-container {
  max-width: 740px;
  width: 100%;
}

.search-modal-input__icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-modal-input__search {
  padding-block: 12px;
  -webkit-padding-start: 52px;
          padding-inline-start: 52px;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}

.search-modal__body {
  height: 460px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 16px 12px;
}

.search-modal__footer {
  padding: 16px 24px;
}

.search-modal-container,
.search-modal {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}

.search-results__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  gap: 8px;
}

.search-results__post {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 10px 12px;
  gap: 4px;
  width: 100%;
  outline: none;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.search-results__post:hover, .search-results__post:focus {
  background-color: var(--accent);
  text-decoration: none;
}

.search-results__post-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--foreground);
}

.search-results__post-category {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.2;
  color: var(--muted-foreground);
}

.search-results__post.transition-all {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.search-results__post mark {
  background-color: var(--warning);
  color: var(--warning-foreground);
  padding: 1px;
  border-radius: 2px;
}

.post-matched-tag {
  background-color: var(--warning) !important;
}

.navbar__search,
.navbar__search-icon,
.navbar__search-text {
  color: var(--foreground);
}

.navbar__search {
  background: var(--background);
  border: 1px solid var(--border);
}
