/*
Theme Name: Digital Fix Pro
Theme URI: https://digitalfixrosario.es/
Author: Digital Fix
Description: Tema oficial de Digital Fix para reparación, informática, venta y soluciones digitales.
Version: 3.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: digitalfix-pro
*/

.wp-content-shell {
  min-height: 70vh;
  padding: 150px 0 90px;
  color: #27322c;
  background: #edf2ef;
}

.wp-content-card {
  width: min(calc(100% - 44px), 980px);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 58px);
  background: #fff;
  border: 1px solid rgba(12, 26, 18, 0.13);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(3, 12, 7, 0.1);
}

.wp-content-card > *:last-child { margin-bottom: 0; }
.wp-content-card a { color: #087a34; text-decoration: underline; text-underline-offset: 2px; }
.wp-content-card img { max-width: 100%; height: auto; }
.wp-content-card .woocommerce a.button,
.wp-content-card .woocommerce button.button,
.wp-content-card .woocommerce input.button { color: #0b0f12; background: #35e66b; text-decoration: none; }

@media (max-width: 620px) {
  .wp-content-shell { padding: 112px 0 70px; }
  .wp-content-card { width: min(calc(100% - 30px), 980px); }
}
