body.post-type-aea-theme-builder .row-actions span.view,
body.post-type-aea-theme-builder .row-actions span.inline {
  display: none !important;
}

/** Modal Css  */
.uk-modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.746);
  z-index: 9999;
}

#atomel-templates-builder-modal-wrapper {
  background-color: #fff;
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1111;
  max-width: 1024px;
}

.aea-template-modal-header {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.aea-modal-logo-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.aea-modal-logo-wrap .aea-modal-logo {
  width: 30px;
}

.aea-modal-logo-wrap .aea-logo-text {
  font-size: 15px;
  color: #495157;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 12px;
}

.uk-modal-close-button {
  margin-left: auto;
  border-left: 1px solid #e8e2e2;
  padding-left: 10px;
}

.uk-modal-close-button a {
  text-decoration: none;
}

.uk-modal-close-button .eicon-editor-close {
  font-size: 22px;
  color: #8D99AE;
}

.aea-template-modal-main-wrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}

.aea-template-modal-main-wrap .aea-modal-content-wrap {
  width: 100%;
}

.aea-modal-content-wrap .aea-modal-title {
  font-size: 20px;
  color: #556068;
  line-height: 1.4;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 30px;
}

.aea-modal-content-wrap .aea-modal-title span {
  font-weight: 700;
  display: inline-table;
}

.aea-modal-content-wrap .aea-modal-desc {
  color: #6d7882;
  font-size: 12px;
  line-height: 1.5;
}

.aea-template-modal-main-wrap .uk-modal-form-wrap {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: 50vh;
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.aea-template-modal-main-wrap .uk-modal-form-wrap::-webkit-scrollbar {
  width: 3px;
  border-radius: 6px;
}
.aea-template-modal-main-wrap .uk-modal-form-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.aea-template-modal-main-wrap .uk-modal-form-wrap::-webkit-scrollbar-thumb {
  background: #cccccc;
}

.aea-template-modal-main-wrap .uk-modal-form-wrap .uk-modal-form {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}

.uk-modal-form .aea-form-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
  color: #2B2D42;
  text-transform: capitalize;
}

.uk-modal-form label {
  font-size: 12px;
  text-transform: capitalize;
  color: #6d7882;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 500;
}

.uk-modal-form select,
.uk-modal-form input {
  height: 35px;
  border: 1px solid #cecece;
  color: #6d7882;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 3px;
  outline: none;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}

.uk-modal-form select:focus {
  border: 1px solid #8D99AE;
  border-color: none;
  color: none;
  box-shadow: none;
}

.uk-modal-form input[type=text] {
  border: 1px solid #cecece;
  outline: none;
}

.uk-modal-form input[type=text]:focus {
  border: 1px solid #8D99AE;
  border-color: none;
  color: none;
  box-shadow: none;
}

.uk-modal-form .aea-modal-submit-btn {
  margin: 0;
  background: linear-gradient(135deg, #8F48FF 0%, #B94DE4 100%);
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.uk-modal-form .aea-modal-submit-btn:hover {
  background: linear-gradient(135deg, #B94DE4 0%, #8F48FF 100%);
}

@media (min-width: 768px) {
  #atomel-templates-builder-modal-wrapper {
    width: 82%;
  }

  .aea-template-modal-main-wrap {
    padding: 40px;
    flex-direction: row;
  }

  .aea-modal-content-wrap .aea-modal-title {
    font-size: 24px;
  }

  .aea-modal-content-wrap .aea-modal-desc {
    font-size: 14px;
  }

  .aea-template-modal-main-wrap .uk-modal-form-wrap {
    padding: 30px;
  }

  .uk-modal-form .aea-form-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .uk-modal-form label {
    font-size: 12px;
  }

  .uk-modal-form select,
.uk-modal-form input {
    height: 40px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  .uk-modal-form .aea-modal-submit-btn {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  #atomel-templates-builder-modal-wrapper {
    width: 79%;
  }

  .aea-template-modal-main-wrap {
    padding: 50px;
  }

  .aea-template-modal-main-wrap {
    padding: 50px;
  }

  .aea-modal-content-wrap .aea-modal-title {
    font-size: 30px;
  }

  .aea-modal-content-wrap .aea-modal-desc {
    font-size: 16px;
  }

  .aea-template-modal-main-wrap .uk-modal-form-wrap {
    padding: 40px;
  }

  .uk-modal-form .aea-form-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .uk-modal-form label {
    font-size: 14px;
  }

  .uk-modal-form select,
.uk-modal-form input {
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .uk-modal-form .aea-modal-submit-btn {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  #atomel-templates-builder-modal-wrapper {
    width: 54%;
  }
}
/* Ultimate Store Kit Promotion Styles */
.aea-atomic-elements-promotion {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: none;
}
.aea-atomic-elements-promotion h2 {
  color: white;
  margin-bottom: 15px;
  font-size: 24px;
}
.aea-atomic-elements-promotion p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.aea-atomic-elements-promotion .promo-content {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
}
.aea-atomic-elements-promotion .promo-content h3 {
  color: #ffd700;
  margin-bottom: 15px;
  font-size: 20px;
}
.aea-atomic-elements-promotion .promo-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.aea-atomic-elements-promotion .promo-btn-primary {
  background: #ffd700;
  color: #333;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}
.aea-atomic-elements-promotion .promo-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}
.aea-atomic-elements-promotion .promo-btn-secondary {
  background: transparent;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}
.aea-atomic-elements-promotion .promo-btn-secondary:hover {
  background: white;
  color: #667eea;
}
.aea-atomic-elements-promotion .promo-features {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 15px;
}