                                        /*
Theme Name: Astra Child
Template: astra
*/
/* Tool layout fix for Astra */
.ast-container {
  max-width: 100% !important;
}

.png2jpg-app {
  max-width: 1100px;
  margin: 40px auto;
}

/* =========================
   USE OTHER TOOLS BUTTON
========================= */

.other-tools-box {
  margin: 40px auto 20px;
  text-align: center;
}

.other-tools-btn {
  display: inline-block;
  background: #2563eb;
  color: #ffffff !important;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.other-tools-btn:hover {
  background: #1e40af;
  color: #ffffff !important;
}    

