.elementor-4659 .elementor-element.elementor-element-79b6060{--display:flex;}/* Start custom CSS for container, class: .elementor-element-79b6060 *//* ===== AutoCAD 2027 Product Page ===== */

/* Reset Astra button styles on accordion trigger */
button.ac-trigger,
button.ac-trigger:hover,
button.ac-trigger:focus,
button.ac-trigger:active {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  color: #1a1a1a;
  background: none;
  border: none;
  border-radius: 0;
  text-transform: none;
  letter-spacing: normal;
}
button.ac-trigger:hover { color: #00AEEF; }

.ac-trigger .ac-icon {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 1.4rem;
  font-style: normal;
  transition: transform 0.25s ease;
  color: #00AEEF;
}
button.ac-trigger[aria-expanded="true"] .ac-icon { transform: rotate(45deg); }

.ac-item { border-bottom: 1px solid #e0e0e0; }
.ac-body { display: none; padding-bottom: 16px; }
.ac-body.is-open { display: block; }
.ac-wrap { margin: 24px 0 32px; }

/* Toolkits grid */
.toolkits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.toolkit-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 16px;
}
.toolkit-card h3 {
  font-size: 0.95rem !important;
  margin: 0 0 8px !important;
  color: #00AEEF !important;
  text-transform: none !important;
}
.toolkit-card p { font-size: 0.88rem; margin: 0; line-height: 1.5; }

/* Tables */
.compare-table,
.specs-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.9rem; }
.compare-table th,
.compare-table td,
.specs-table td { padding: 10px 12px; border: 1px solid #e0e0e0; }
.compare-table thead th { background: #F4F4F4; font-weight: 600; text-align: left; }
.specs-table td:first-child { font-weight: 600; width: 40%; color: #555; }
.specs-table tr:last-child td { border-bottom: none; }

/* Badges */
.badge-new {
  display: inline-block;
  background: #00AEEF;
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.6;
}
.badge-ai { background: #007BB5; }

/* FAQ note */
.faq-note {
  background: #E8F7FD;
  border-left: 3px solid #00AEEF;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
  font-size: 0.88rem;
  margin: 10px 0 0;
}

/* CTA block */
.cta-block {
  background: #E8F7FD;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 32px;
}
.cta-block p { margin: 0 0 12px; }

@media (max-width: 680px) {
  .toolkits-grid { grid-template-columns: 1fr; }
  .compare-table { font-size: 0.82rem; }
  .compare-table th, .compare-table td { padding: 8px; }
}

/* CTA button — reset Astra wp-block-button styles */
.cta-block a.wp-block-button__link,
.cta-block a.wp-block-button__link:hover,
.cta-block a.wp-block-button__link:visited {
  display: inline-block;
  background: #00AEEF;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
  border: none;
}
.cta-block a.wp-block-button__link:hover {
  background: #007BB5;
}

/* Fix link inside toolkit card h3 */
.toolkit-card h3 a,
.toolkit-card h3 a:hover,
.toolkit-card h3 a:visited {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: #00AEEF !important;
  text-decoration: none;
}
.toolkit-card h3 a:hover { text-decoration: underline; }/* End custom CSS */