.login .pin-input {
  padding-left: calc(14px + .55em);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .55em;
}
.wine-module .module-icon svg {
  width: 25px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.shopping-module .module-icon { background: #315c4a; }
.shopping-module .module-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shopping-module:hover { border-color: #315c4a; transform: translateY(-2px); }
.todo-module .module-icon { background: #445a78; }
.todo-module .module-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.todo-module:hover { border-color: #445a78; transform: translateY(-2px); }
.modules { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .modules { grid-template-columns: 1fr; } }
