/*
Theme Name:     Hostadum v3
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     https://www.hostadum.fi/
Description:    Hostadum lapsiteema, pohjalla Kadence
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


.jakaja-kuva{
	margin-top: -4em !important;
	z-index: 9999999 !important;
}

.jakajan-tausta{
	margin-top: 3em;
	z-index: 100 !important;
}


@media (max-width: 767px){
.heroon.wp-block-kadence-iconlist ul.kt-svg-icon-list li.kt-svg-icon-list-item-wrap:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc) {
    display: flex;
    flex-direction: column;
}
}
/* =========================================================
   K-S / LUKKOPALVELU - Kadence content sections only
   Hero + palvelut + yritysasiakkaat + alue + luottamus + yhteys
   Ei headeria, navigaatiota tai footeria.
   Ei !important-sääntöjä.
   ========================================================= */

:root {
  --lock-navy: #111827;
  --lock-dark: #07111f;
  --lock-blue: #1f3a5f;
  --lock-blue-soft: #243b5a;
  --lock-accent: #d99a2b;
  --lock-accent-hover: #c9891d;
  --lock-light: #f5f6f8;
  --lock-white: #ffffff;
  --lock-text: #1f2933;
  --lock-muted: #6b7280;
  --lock-border: rgba(17, 24, 39, 0.12);
  --lock-border-dark: rgba(255, 255, 255, 0.16);
  --lock-shadow: 0 18px 42px rgba(17, 24, 39, 0.10);
  --lock-shadow-strong: 0 22px 55px rgba(17, 24, 39, 0.18);
}

/* Sivun sisäinen Kadence padding pois etusivulta */
.home .content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.home .content-container.site-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.home .entry.single-entry {
  box-shadow: none;
}

.home .entry-content-wrap {
  padding: 0;
}

/* Fontit vain K-S / lock sisältöihin */
.lock-hero,
.lock-services,
.lock-business,
.lock-area,
.lock-trust-full,
.lock-contact {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lock-hero h1,
.lock-services h2,
.lock-services h3,
.lock-business h2,
.lock-area h2,
.lock-trust-full h2,
.lock-contact h2 {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================================================
   HERO
   ========================================================= */

.lock-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--lock-dark);
  background-size: cover;
  background-position: center center;
  min-height: 560px;
}

.lock-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 17, 31, 0.97) 0%,
      rgba(7, 17, 31, 0.92) 31%,
      rgba(7, 17, 31, 0.66) 56%,
      rgba(7, 17, 31, 0.20) 100%
    );
  z-index: 1;
  pointer-events: none;
}

.lock-hero::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0) 0%, rgba(7, 17, 31, 0.28) 100%);
  z-index: 1;
  pointer-events: none;
}

.lock-hero .kt-row-column-wrap {
  min-height: 560px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.lock-hero-content .kt-inside-inner-col {
  max-width: 560px;
}

.lock-hero-title {
  color: var(--lock-white);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  max-width: 560px;
  margin: 0 0 20px;
}

.lock-hero-title::before {
  content: "";
  display: block;
  width: 66px;
  height: 4px;
  background: var(--lock-accent);
  border-radius: 999px;
  margin-bottom: 28px;
}

.lock-hero-text {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 0.96rem + 0.24vw, 1.18rem);
  line-height: 1.65;
  margin-bottom: 32px;
}

/* Hero buttons */
.lock-hero-buttons,
.lock-contact-buttons {
  gap: 14px;
}

.lock-hero-buttons .kb-button,
.lock-hero-buttons .wp-block-button__link,
.lock-contact-buttons .kb-button,
.lock-contact-buttons .wp-block-button__link {
  border-radius: 6px;
  font-weight: 800;
  padding: 14px 26px;
  min-height: 48px;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.kb-button.lock-primary-btn,
.wp-block-button__link.lock-primary-btn {
  background: var(--lock-accent);
  border: 2px solid var(--lock-accent);
  color: var(--lock-white);
  box-shadow: 0 14px 30px rgba(217, 154, 43, 0.22);
}

.kb-button.lock-secondary-btn,
.wp-block-button__link.lock-secondary-btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(217, 154, 43, 0.85);
  color: var(--lock-white);
}

.kb-button.lock-primary-btn:hover,
.wp-block-button__link.lock-primary-btn:hover {
  background: var(--lock-accent-hover);
  border-color: var(--lock-accent-hover);
  color: var(--lock-white);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(217, 154, 43, 0.28);
}

.kb-button.lock-secondary-btn:hover,
.wp-block-button__link.lock-secondary-btn:hover {
  background: rgba(217, 154, 43, 0.12);
  border-color: var(--lock-accent);
  color: var(--lock-white);
  transform: translateY(-1px);
}

/* =========================================================
   YLEISET OTSIKOT
   ========================================================= */

.lock-kicker {
  color: var(--lock-blue);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.lock-kicker-left {
  text-align: left;
}

.lock-kicker-light {
  color: rgba(255, 255, 255, 0.88);
}

.lock-section-title {
  color: var(--lock-navy);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.13;
  font-size: clamp(1.85rem, 2.55vw, 2.65rem);
  margin: 0 0 38px;
}

.lock-section-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--lock-accent);
  border-radius: 999px;
  margin: 17px auto 0;
}

/* =========================================================
   PALVELUT
   ========================================================= */

.lock-services {
  background: var(--lock-white);
}

.lock-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.lock-card > .kt-inside-inner-col {
  height: 100%;
  min-height: 215px;
  background: var(--lock-white);
  border: 1px solid var(--lock-border);
  border-radius: 2px;
  box-shadow: none;
  padding: 36px 30px 32px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lock-card:hover > .kt-inside-inner-col {
  transform: translateY(-4px);
  border-color: rgba(217, 154, 43, 0.55);
  box-shadow: var(--lock-shadow);
}

.lock-card-icon {
  color: var(--lock-blue);
  font-size: 46px;
  line-height: 1;
  margin: 0 0 18px;
}

.lock-card h3 {
  color: var(--lock-navy);
  font-weight: 800;
  font-size: 1.12rem;
  line-height: 1.24;
  margin: 0 0 12px;
}

.lock-card p {
  color: var(--lock-text);
  font-size: 0.98rem;
  line-height: 1.58;
  margin: 0;
}

/* =========================================================
   YRITYSASIAKKAILLE
   ========================================================= */

.lock-business {
  background: var(--lock-light);
}

.lock-business-title {
  color: var(--lock-navy);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 500px;
  margin: 0 0 20px;
}

.lock-section-text {
  color: var(--lock-text);
  font-size: 1.06rem;
  line-height: 1.68;
  max-width: 590px;
  margin: 0 0 14px;
}

.lock-feature-list .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.lock-feature-list p {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--lock-text);
  font-size: 1.04rem;
  line-height: 1.45;
  margin: 0 0 24px;
}

.lock-feature-list p:last-child {
  margin-bottom: 0;
}

.lock-feature-list span {
  color: var(--lock-accent);
  font-size: 1.4rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 999px;
  background: rgba(217, 154, 43, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lock-feature-list strong {
  color: var(--lock-navy);
  font-weight: 750;
}

/* =========================================================
   TOIMINTA-ALUE
   ========================================================= */

.lock-area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 42%, rgba(217, 154, 43, 0.13), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #102b4a 58%, #07111f 100%);
  color: var(--lock-white);
}

.lock-area::after {
  content: "";
  position: absolute;
  right: 9%;
  top: 50%;
  width: 420px;
  height: 420px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  opacity: 0.45;
  pointer-events: none;
}

.lock-area .kt-inside-inner-col {
  position: relative;
  z-index: 2;
}

.lock-area-title {
  color: var(--lock-white);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
  font-size: clamp(2rem, 2.8vw, 3rem);
  max-width: 560px;
  margin: 0 0 17px;
}

.lock-area-text {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.65;
  max-width: 590px;
  margin: 0;
}

/* =========================================================
   LUOTTAMUS
   ========================================================= */

.lock-trust-full {
  background: var(--lock-white);
  text-align: center;
}

.lock-trust-item-card > .kt-inside-inner-col {
  height: 100%;
  padding: 12px 10px;
}

.lock-trust-icon {
  color: var(--lock-blue);
  font-size: 2.05rem;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 12px;
}

.lock-trust-item-card p:not(.lock-trust-icon) {
  color: var(--lock-text);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 650;
  margin: 0;
}

.lock-trust-note {
  color: var(--lock-muted);
  font-size: 0.93rem;
  line-height: 1.55;
  margin-top: 28px;
  margin-bottom: 0;
}

/* =========================================================
   YHTEYS
   ========================================================= */

.lock-contact {
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 154, 43, 0.11), transparent 32%),
    linear-gradient(135deg, rgba(7, 17, 31, 0.99), rgba(17, 24, 39, 0.97)),
    var(--lock-dark);
  color: var(--lock-white);
}

.lock-contact-title {
  color: var(--lock-white);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.14;
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  margin: 0 0 16px;
}

.lock-contact-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--lock-accent);
  border-radius: 999px;
  margin: 18px auto 0;
}

.lock-contact-text {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.62;
  max-width: 740px;
  margin: 0 auto 30px;
}

.lock-contact-buttons .kb-button,
.lock-contact-buttons .wp-block-button__link {
  min-width: 148px;
}

/* =========================================================
   FOOTER COPYRIGHT - vain jos Kadence Footer Builder ei aseta
   ========================================================= */

.site-footer {
  background: #07111f;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: var(--lock-accent);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .lock-hero {
    min-height: 520px;
  }

  .lock-hero .kt-row-column-wrap {
    min-height: 520px;
  }

  .lock-hero-content .kt-inside-inner-col {
    max-width: 520px;
  }

  .lock-card > .kt-inside-inner-col {
    min-height: 210px;
    padding: 32px 26px 30px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .lock-hero {
    min-height: 560px;
    background-position: 68% center;
  }

  .lock-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(7, 17, 31, 0.97) 0%,
        rgba(7, 17, 31, 0.94) 54%,
        rgba(7, 17, 31, 0.76) 100%
      );
  }

  .lock-hero .kt-row-column-wrap {
    min-height: 560px;
    align-items: flex-start;
  }

  .lock-hero-content .kt-inside-inner-col {
    max-width: none;
  }

  .lock-hero-title {
    font-size: clamp(2.15rem, 10vw, 3.05rem);
    line-height: 1.08;
    max-width: 100%;
  }

  .lock-hero-title::before {
    width: 56px;
    margin-bottom: 23px;
  }

  .lock-hero-text {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
  }

  .lock-hero-buttons,
  .lock-contact-buttons {
    gap: 12px;
  }

  .lock-hero-buttons .kb-button,
  .lock-hero-buttons .wp-block-button__link,
  .lock-contact-buttons .kb-button,
  .lock-contact-buttons .wp-block-button__link {
    width: 100%;
    justify-content: center;
  }

  .lock-section-title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .lock-card > .kt-inside-inner-col {
    min-height: 0;
    padding: 30px 24px 28px;
  }

  .lock-business-title,
  .lock-area-title,
  .lock-contact-title {
    max-width: 100%;
  }

  .lock-feature-list .kt-inside-inner-col {
    display: block;
  }

  .lock-feature-list p {
    gap: 14px;
    margin-bottom: 20px;
  }

  .lock-feature-list span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 1.15rem;
  }

  .lock-area::after {
    right: -170px;
    width: 340px;
    height: 340px;
  }

  .lock-trust-item-card > .kt-inside-inner-col {
    padding: 14px 8px;
  }
}
/* =========================================================
   K-S - Service card SVG icons
   Inline SVG in block code. No image files, no masks, no emoji.
   ========================================================= */

.lock-card-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  color: var(--lock-blue);
  background: rgba(31, 58, 95, 0.08);
  border: 1px solid rgba(31, 58, 95, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.lock-card-svg svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lock-card:hover .lock-card-svg {
  transform: translateY(-3px);
  color: var(--lock-accent);
  background: rgba(217, 154, 43, 0.12);
  border-color: rgba(217, 154, 43, 0.28);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.10);
}

.lock-card h3 {
  margin-top: 0;
}

/* Trust icons: stable text-symbol polish only */
.lock-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  color: var(--lock-blue);
  background: rgba(31, 58, 95, 0.07);
  border: 1px solid rgba(31, 58, 95, 0.10);
  border-radius: 16px;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
}

.lock-trust-item-card:hover .lock-trust-icon {
  color: var(--lock-accent);
  background: rgba(217, 154, 43, 0.10);
  border-color: rgba(217, 154, 43, 0.22);
}

/* =========================================================
   K-S - Trust items as cards
   ========================================================= */

.lock-trust-full {
  background: #ffffff;
}

.lock-trust-full .lock-section-title {
  margin-bottom: 46px;
}

.lock-trust-item-card > .kt-inside-inner-col {
  height: 100%;
  min-height: 188px;
  padding: 30px 22px 26px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lock-trust-item-card:hover > .kt-inside-inner-col {
  transform: translateY(-4px);
  border-color: rgba(217, 154, 43, 0.34);
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.11);
}

.lock-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  margin: 0 auto 20px;
  color: var(--lock-blue);
  background: #f3f5f8;
  border: 1px solid rgba(31, 58, 95, 0.14);
  border-radius: 16px;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
}

.lock-trust-icon::before {
  display: block;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.lock-trust-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  margin: 0 auto 20px;
  color: var(--lock-blue);
  background: #f3f5f8;
  border: 1px solid rgba(31, 58, 95, 0.14);
  border-radius: 16px;
  box-shadow: none;
}

.lock-trust-svg svg {
  width: 29px;
  height: 29px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lock-trust-item-card:hover .lock-trust-svg {
  color: var(--lock-accent);
  background: rgba(217, 154, 43, 0.10);
  border-color: rgba(217, 154, 43, 0.22);
}

.kadence-columnlock_trust_item_1 .lock-trust-icon::before {
  content: "✓";
  font-size: 27px;
}

.kadence-columnlock_trust_item_2 .lock-trust-icon::before {
  content: "∞";
  font-size: 30px;
}

.kadence-columnlock_trust_item_3 .lock-trust-icon::before {
  content: "24";
  font-size: 27px;
}

.kadence-columnlock_trust_item_4 .lock-trust-icon::before {
  content: "✓";
  font-size: 27px;
}

.kadence-columnlock_trust_item_5 .lock-trust-icon::before {
  content: "★";
  font-size: 27px;
}

.lock-trust-item-card p:not(.lock-trust-icon) {
  max-width: 190px;
  color: var(--lock-navy);
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 800;
  margin: 0 auto;
}

.lock-trust-note {
  max-width: 760px;
  color: var(--lock-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 40px auto 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .lock-trust-item-card > .kt-inside-inner-col {
    min-height: 172px;
    padding: 26px 18px 24px;
  }

  .lock-trust-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    margin-bottom: 17px;
  }

  .lock-trust-svg {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    margin-bottom: 17px;
  }

  .lock-trust-item-card p:not(.lock-trust-icon) {
    font-size: 0.92rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .lock-trust-full .lock-section-title {
    margin-bottom: 32px;
  }

  .lock-trust-item-card > .kt-inside-inner-col {
    min-height: 0;
    padding: 26px 20px 24px;
  }

  .lock-trust-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .lock-trust-svg {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .lock-trust-item-card p:not(.lock-trust-icon) {
    max-width: 260px;
    font-size: 0.96rem;
  }

  .lock-trust-note {
    margin-top: 28px;
    font-size: 0.94rem;
  }
}

/* =========================================================
   K-S - Footer for current WP Columns widget structure
   ========================================================= */

.site-footer .footer-widget-area-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 24px 24px;
}

.site-footer .footer-widget-area-inner > .widget {
  margin: 0;
}

.site-footer .footer-widget-area-inner .wp-block-columns {
  margin: 0;
  gap: 56px;
  align-items: center;
}

.site-footer .footer-widget-area-inner .wp-block-column:first-child {
  text-align: left;
}

.site-footer .footer-widget-area-inner .wp-block-column:last-child {
  display: grid;
  grid-template-columns: 92px minmax(0, 320px);
  column-gap: 18px;
  align-items: center;
  justify-content: end;
  text-align: left;
}

.site-footer .footer-widget-area-inner .wp-block-column:last-child .wp-block-image {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.site-footer .footer-widget-area-inner .wp-block-column:last-child .wp-block-image img {
  width: 92px;
  height: 92px;
  max-width: 92px;
  object-fit: contain;
  display: block;
}

.site-footer .footer-widget-area-inner .wp-block-column:last-child p {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  max-width: 320px;
  line-height: 1.45;
}

.site-footer .footer-widget-area-inner p {
  margin: 0 0 12px;
}

.site-footer .footer-widget-area-inner p:last-child {
  margin-bottom: 0;
}

.site-footer .footer-widget-area-inner a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer .footer-widget-area-inner strong {
  color: #ffffff;
  font-weight: 800;
}

.site-footer #block-19 {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer #block-19 p {
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 781px) {
  .site-footer .footer-widget-area-inner {
    max-width: 100%;
    padding: 28px 22px 24px;
  }

  .site-footer .footer-widget-area-inner .wp-block-columns {
    gap: 24px;
  }

  .site-footer .footer-widget-area-inner .wp-block-column:first-child {
    text-align: center;
  }

  .site-footer .footer-widget-area-inner .wp-block-column:last-child {
    grid-template-columns: 1fr;
    row-gap: 10px;
    justify-content: center;
    text-align: center;
  }

  .site-footer .footer-widget-area-inner .wp-block-column:last-child .wp-block-image,
  .site-footer .footer-widget-area-inner .wp-block-column:last-child p {
    grid-column: 1;
  }

  .site-footer .footer-widget-area-inner .wp-block-column:last-child .wp-block-image {
    grid-row: 1;
    margin: 0 auto;
  }

  .site-footer .footer-widget-area-inner .wp-block-column:last-child p {
    grid-row: 2;
  }

  .site-footer .footer-widget-area-inner .wp-block-column:last-child .wp-block-image img {
    width: 76px;
    height: 76px;
    max-width: 76px;
  }
}