/*
Theme Name: DealDefroster Blocksy Child
Theme URI: https://dealdefroster.com/
Description: Child theme for DealDefroster based on Blocksy. Keeps global footer styling and DealDefroster social footer links update-safe.
Author: DealDefroster
Template: blocksy
Version: 1.0.0
Text Domain: dealdefroster-blocksy-child
*/

:root {
  --dd-bg: #07090d;
  --dd-text: #9ca3af;
  --dd-text-strong: #f5f3ec;
  --dd-yellow: #f7ca14;
  --dd-line: rgba(255, 255, 255, 0.08);
}

.ct-footer,
.ct-footer [data-row],
.ct-footer [data-column],
.ct-footer [data-id="copyright"] {
  background: var(--dd-bg) !important;
  color: var(--dd-text) !important;
}

.ct-footer {
  border-top: 1px solid var(--dd-line);
}

.ct-footer a,
.dd-global-social-footer a {
  color: var(--dd-text) !important;
  text-decoration: none;
}

.ct-footer a:hover,
.dd-global-social-footer a:hover {
  color: var(--dd-yellow) !important;
}

.ct-footer-copyright {
  color: var(--dd-text) !important;
}

.ct-footer-copyright p {
  margin: 0;
}

.dd-global-social-footer {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
}
