/*
Theme Name: Portfolio Child
Description: Child theme for Portfolio
Author: Nehad
Template: portfolio
Version: 1.0.0
*/
/* === Cookie Banner Style === */
#cookie-consent {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 360px;
  background: #ffffff;
  color: #1f2937;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  z-index: 9999;
  display: none;
}

#cookie-consent h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #1f2937;
}

#cookie-consent p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #4b5563;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}


.cookie-actions button {
  flex: 1;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.btn-accept {
  background: #212428 !important;
  color: #fff;
}

.btn-decline {
  background: #e5e7eb;
  color: #374151;
}

.btn-settings {
  background: transparent;
  color: #4f46e5;
  text-decoration: underline;
}

img.emoji {
  width: 1.5em !important;
  height: 1.5em !important;
  vertical-align: middle;
  margin: 0 0.1em;
}