/* AES加密工具特定样式 */
.text-icon.aes {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 适配 Header 中的控制栏 */
.header .controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .header .controls {
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    padding: 10px 0;
  }
  
  .header {
    height: auto;
    min-height: 64px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
  }
}

/* 针对 AES 的特殊间距调整 */
#ivContainer.hidden {
  display: none;
}
