/*
Theme Name: Morse Code Translators WP Fixed 7
Theme URI: https://example.com/
Author: OpenAI
Description: WordPress conversion of the uploaded MorseCodeTranslators React/Vite theme with Customizer-controlled ads, logo, favicon, and footer links.
Version: 1.0.7
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: morsecodetranslators-wp
*/

html, body {
  margin: 0;
  padding: 0;
}

body.morsecodetranslators-theme {
  background: #fdfcfb;
}

.mct-ad-wrap {
  max-width: 1280px;
  margin: 24px auto;
  padding: 0 16px;
}

.mct-ad-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 16px;
  overflow: hidden;
}

.mct-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
