/*
Theme Name: Dariush Static Portfolio WP
Author: Dariush Sabet
Description: WordPress conversion of the static bilingual portfolio website. Keeps the original UI unchanged while adding CMS management for projects, articles, text sections, footer and header/profile image.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: dariush-static-wp
*/

/* Contact method icon: consistent sizing using standard specificity */
.contact-method .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  align-self: center;
  flex-shrink: 0;
}

.contact-method .icon svg {
  display: block;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  flex: 0 0 auto;
  overflow: visible;
}

.contact-method .icon svg path {
  fill: currentColor;
}

/* Nav icon buttons: consistent sizing */
.toggle-btn svg,
.menu-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
}

/* Theme toggle icons */
.theme-toggle .theme-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.theme-toggle .theme-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
