/* Main footer container */
.yk-footermenu {
}

/* Footer columns */
.yk-footermenu-column {
}

/* Footer navigation */
.yk-footermenu-nav {
}

/* Footer links */
.yk-footermenu-link {
}

/* Social icons container */
.yk-footermenu-social {
}

/* Copyright section */
.yk-footermenu-copyright {
}

/* Blank Footer Structure */
.yk-blank-footer {
  /* Main footer container */
}

.yk-blank-footer-container {
  /* Inner container */
}

.yk-blank-footer-grid {
  /* Grid container for menu items */
}

/* Bottom Section */
.yk-blank-footer-bottom {
  /* Bottom section with copyright and social */
}

/* Copyright Section */
.yk-blank-footer-copyright {
  /* Copyright container */
}

.yk-blank-footer-copyright-text {
  /* Copyright text */
}

.yk-blank-footer-privacy {
  /* Privacy policy link */
}

.yk-blank-footer-imprint {
  /* Imprint link */
}

/* Social Icons Section */
.yk-blank-footer-social {
  /* Social icons container */
}

/* Copyright Section - Detailed */
.yk-blank-footer-copyright-year {
  /* Year text */
}

.yk-blank-footer-copyright-name {
  /* Company name text */
}

/* Footer Links - Common Styles */
.yk-blank-footer-link {
  /* Common styles for all footer links */
}

.yk-blank-footer-link:hover {
  /* Hover state for all footer links */
}

/* Specific Link Styles */
.yk-blank-footer-privacy {
  /* Privacy policy link specific styles */
}

.yk-blank-footer-privacy:hover {
  /* Privacy policy link hover state */
}

.yk-blank-footer-imprint {
  /* Imprint link specific styles */
}

.yk-blank-footer-imprint:hover {
  /* Imprint link hover state */
}

/* Social Icons Section - Detailed */
.yk-blank-footer-social {
  /* Social section container */
}

.yk-blank-footer-social-icons {
  /* Direct container for social icons */
}

/* Example usage:
.yk-blank-footer {
  background-color: var(--wp--preset--color--primary) !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.yk-blank-footer-container {
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.yk-blank-footer-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
  margin-top: 3rem !important;
  padding-top: 2rem !important;
}

.yk-blank-footer-copyright-text {
  font-size: 0.875rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.yk-blank-footer-privacy,
.yk-blank-footer-imprint {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.yk-blank-footer-privacy:hover,
.yk-blank-footer-imprint:hover {
  color: var(--wp--preset--color--accent) !important;
}

.yk-blank-footer-social {
  gap: 1.5rem !important;
}

.yk-blank-footer-copyright-year {
  font-weight: 600 !important;
}

.yk-blank-footer-copyright-name {
  color: rgba(255, 255, 255, 0.9) !important;
}

.yk-blank-footer-link {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  padding: 0 8px !important;
}

.yk-blank-footer-link:hover {
  color: var(--wp--preset--color--accent) !important;
  text-decoration: underline !important;
}

.yk-blank-footer-privacy {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.yk-blank-footer-imprint {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.yk-blank-footer-social {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
}

.yk-blank-footer-social-icons {
  display: flex !important;
  gap: 1rem !important;
}

.yk-blank-footer-social-icons a {
  color: rgba(255, 255, 255, 0.7) !important;
  transition: color 0.2s ease !important;
}

.yk-blank-footer-social-icons a:hover {
  color: var(--wp--preset--color--accent) !important;
}
*/
