@media screen and (max-width: 1024px) {
  html {
    min-width: unset;
  }
}

.atf .our-products, .atf .faq-link, .atf .home-link, .atf .resource-link {
  margin-right: 10px;
}
.atf .our-products a, .atf .faq-link a, .atf .home-link a, .atf .resource-link a {
  background: none;
  border: none;
  color: var(--Dark, #2A2037);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
}
.atf .our-products a:hover, .atf .faq-link a:hover, .atf .home-link a:hover, .atf .resource-link a:hover {
  border-radius: 8px;
  background: #F2FFFD;
}
@media screen and (max-width: 715px) {
  .atf .our-products, .atf .faq-link, .atf .home-link, .atf .resource-link {
    display: none;
  }
}
.atf .resource-link {
  position: relative;
}
.atf .dropdown-link img {
  margin-left: 8px;
}
.atf .sub-nav-list {
  padding: 10px 0;
  position: absolute;
  top: 54px;
  right: -32px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
}
.atf .sub-nav-list li {
  display: flex;
  list-style: none;
}
.atf .sub-nav-list li a {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
.atf .mobile-links-dropdown {
  display: none;
  position: relative;
}
.atf .mobile-links-dropdown .mobile-links-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.atf .mobile-links-dropdown .mobile-links-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.atf .mobile-links-dropdown .mobile-links-btn.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.atf .mobile-links-dropdown .mobile-links-btn svg {
  transition: transform 0.3s ease;
}
.atf .mobile-links-dropdown .mobile-links-content {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 180px;
  z-index: 100;
}
.atf .mobile-links-dropdown .mobile-links-content.active {
  display: block;
  animation: fadeIn 0.2s ease;
}
.atf .mobile-links-dropdown .mobile-links-content a {
  display: flex;
  align-items: center;
  color: var(--Dark, #2A2037);
  text-decoration: none;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
}
.atf .mobile-links-dropdown .mobile-links-content a:hover {
  background-color: #F2FFFD;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.atf .mobile-links-dropdown .mobile-links-content .sub-nav-list {
  padding: 0;
  position: unset;
  box-shadow: none;
}
@media screen and (max-width: 715px) {
  .atf .mobile-links-dropdown {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .atf {
    min-width: unset;
  }
  .atf .features-container .blur-circle::before,
  .atf .photo-editor-card::after,
  .atf .photo-editor-card::before,
  .atf .feature-card.ai-card::after,
  .atf .feature-card.ai-card::before,
  .atf .ellipses-container,
  .atf .features-container::after {
    display: none;
  }
  .atf h1 {
    font-size: 20px;
    line-height: normal;
  }
  .atf .hero {
    padding-top: 163px;
  }
  .atf .hero::before, .atf .hero::after {
    width: 305px;
  }
  .atf .features-container {
    margin-top: 20px;
  }
}
.atf header .search-container {
  display: none;
}
@media screen and (max-width: 1024px) {
  .atf .hero,
  .atf .main-container,
  .atf .navbar,
  .atf footer,
  .atf .editor-container {
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .atf .features-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .atf .left-sidebar {
    position: absolute;
    z-index: 9999;
  }
}
@media screen and (max-width: 1024px) {
  .atf .canvas-toolbar-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .atf .canvas-tools-left {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .atf .ellipses-edit-photo {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .atf .open-image-btn {
    white-space: nowrap;
    width: 130px;
    font-size: 11px;
    gap: 10px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .atf .editor-welcome-screen {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .atf .features-menu {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .atf .features-menu {
    gap: 0;
  }
}
.atf .logo img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 715px) {
  .atf .logo {
    margin-right: 0;
  }
  .atf .logo img {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 715px) {
  .atf .navbar {
    justify-content: space-between;
    padding: 10px;
  }
}
@media screen and (max-width: 715px) {
  .atf .navbar .features-dropdown {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .atf .left-sidebar {
    height: calc(100% - 47px);
  }
}
@media screen and (max-width: 1024px) {
  .atf .canvas-tools .canvas-tools-left .dimension,
  .atf .canvas-tools .canvas-tools-left .undo-redo-controls,
  .atf .canvas-tools .canvas-tools-left #historyBtn.tool-btn,
  .atf .zoom-controls,
  .atf #zoomLevel,
  .atf #zoomSlider,
  .atf .canvas-tools .canvas-tools-left #fitBtn.tool-btn {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .atf .canvas-tools {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .atf .feature-card {
    width: 336px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .atf .feature-card-content {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .atf .feature-text,
  .atf .limit-text {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .atf .limit-text,
  .atf .supported-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .atf .feature-card-content .ai-icon img {
    width: 60px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .atf .editing-tools-menu li:nth-child(6) {
    order: 9;
  }
}
@media screen and (max-width: 1024px) {
  .atf .ai-loader-container {
    width: 100vw;
  }
}/*# sourceMappingURL=extension-css.css.map */