/* ============= LAYOUT FIXES ============= */

/* Ensure the entire slide is centered in the viewport */
.slide-landscape.solution-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Ensure the header is centered */
.solution-container .slide-header {
  text-align: center;
  width: 100%;
  margin-bottom: 1.5rem;
}

/* Horizontal flow container for equation layout */
.solution-container .horizontal-flow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Equation section styling */
.solution-container .equation-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1.5rem 0;
  width: 100%;
  position: relative;
}

/* Equation inputs section styling - vertical arrangement */
.solution-container .equation-inputs.vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 1.5rem;
  margin-right: 2rem;
}

/* Adjust spacing for vertical arrangement */
.solution-container .equation-inputs.vertical .equation-operator.plus {
  margin: 0.75rem 0;
  transform: scale(0.9);
}

/* Fix for customer requirements and itemkg sections */
.solution-container .customer-requirements-section,
.solution-container .itemkg-idea-section {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 320px;
}

/* Optimized cards for simplified icon + title layout */
.solution-container .equation-inputs.vertical .requirements-card,
.solution-container .equation-inputs.vertical .idea-card {
  padding: 1.5rem;
  width: 100%;
  height: 220px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(59, 130, 246, 0.08), 0 0 0 1px rgba(59, 130, 246, 0.12);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #fafbfc 40%, #f4f6f8 100%);
  position: relative;
  border: 1px solid rgba(59, 130, 246, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
}

/* Enhanced decorative background patterns for simplified cards */
.solution-container .equation-inputs.vertical .requirements-card::before,
.solution-container .equation-inputs.vertical .idea-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(59, 130, 246, 0.04) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(59, 130, 246, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.02) 0%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(59, 130, 246, 0.02) 100%
    );
  background-size: 25px 25px, 25px 25px, 100% 100%;
  border-radius: 20px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

/* Enhanced light beam effect for simplified cards */
.solution-container .equation-inputs.vertical .requirements-card::after,
.solution-container .equation-inputs.vertical .idea-card::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  background: radial-gradient(
    ellipse at 50% 25%,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(59, 130, 246, 0.02) 60%,
    rgba(255, 255, 255, 0) 80%
  );
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
  border-radius: 25px;
}

/* Ensure content appears above decorative elements */
.solution-container .equation-inputs.vertical .requirements-card > *,
.solution-container .equation-inputs.vertical .idea-card > * {
  position: relative;
  z-index: 2;
}

/* Optimized card titles for simplified layout */
.solution-container .equation-inputs.vertical h3 {
  font-size: 1.4rem;
  margin: 0;
  color: #1e293b;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

/* Enhanced underline for simplified card titles */
.solution-container .equation-inputs.vertical h3::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0.2),
    #3b82f6,
    #60a5fa,
    rgba(59, 130, 246, 0.2)
  );
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

/* Cleaned up - feature badges removed from simplified design */

/* Cleaned up - feature item styling removed */

/* Add glow effect to icons in equation operator */
.solution-container .equation-inputs.vertical .plus-icon {
  position: relative;
}

.solution-container .equation-inputs.vertical .plus-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 15px 5px rgba(59, 130, 246, 0.4);
  z-index: -1;
}

/* Styling for equation operators */
.solution-container .equation-operator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.5rem;
  flex: 0 0 auto;
}

.solution-container .equation-operator.equals {
  margin-left: 2rem;
  margin-right: 2rem;
}

.solution-container .equation-operator .plus-icon svg,
.solution-container .equation-operator .equals-icon svg {
  filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.7));
  transition: all 0.3s ease;
}

.solution-container .equation-operator.plus .plus-icon {
  background-color: #3b82f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.solution-container .equation-operator.equals .equals-icon {
  margin: 0 1rem;
  margin-right: 4.5rem;
  position: relative;
}

/* Style the result part of the equation */
.solution-container .equation-result {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 1rem;
  width: 45%;
}

/* Apply standard styles to requirements and idea cards */
.solution-container .requirements-card,
.solution-container .idea-card {
  position: relative;
  transition: all 0.2s ease;
}

/* Optimized institution icons container for simplified layout */
.institution-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.06),
    rgba(255, 255, 255, 0.4),
    rgba(59, 130, 246, 0.04)
  );
}

/* Enhanced institution and logo icons for simplified layout */
.solution-container .institution-icon,
.solution-container .logo-icon {
  font-size: 2.7rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 250, 252, 0.6),
    rgba(255, 255, 255, 0.4)
  );
  border-radius: 50%;
  padding: 0.8rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(59, 130, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.6);
}

/* Enhanced ITEMKG logo container for simplified layout */
.solution-container .itemkg-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.08),
    rgba(255, 255, 255, 0.4),
    rgba(59, 130, 246, 0.06)
  );
  border-radius: 18px;
  border: 2px solid rgba(59, 130, 246, 0.12);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Enhanced ITEMKG logo image for simplified layout */
.solution-container .itemkg-logo .logo-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(59, 130, 246, 0.3));
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 12px;
}

/* Cleaned up - duplicate feature styling removed for simplified design */

/* ============= DASHBOARD STYLES ============= */

/* Fix for the main dashboard heading - make it more prominent */
.solution-container .dashboard-main-heading {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin-bottom: 1.5rem !important;
  position: relative;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 0.5rem;
  text-shadow: 0 3px 5px rgba(59, 130, 246, 0.2);
  filter: drop-shadow(0 2px 3px rgba(59, 130, 246, 0.1));
}

/* Add a more prominent underline to the main heading */
.solution-container .dashboard-main-heading::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  height: 0.4rem;
  width: 100px !important;
  background: linear-gradient(
    to right,
    rgba(59, 130, 246, 0.2),
    #3b82f6,
    rgba(59, 130, 246, 0.2)
  );
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Dashboard Result Container */
.solution-container .dashboard-result {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-container .dashboard-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}

/* Dashboard Frame Layout */
.solution-container .dashboard-frame {
  display: flex;
  flex-direction: column;
  width: 560px;
  height: 260px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.15);
  overflow: hidden;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
}

/* Navigation Bar Styling */
.solution-container .dashboard-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.2rem;
  background: linear-gradient(90deg, #ffffff, #f8fafc);
  border-bottom: 1px solid rgba(59, 130, 246, 0.15);
  height: 45px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.solution-container .navbar-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.solution-container .logo-text {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1e293b;
}

.solution-container .logo-highlight {
  color: #3b82f6;
  font-weight: 700;
}

/* Dashboard Content Area */
.solution-container .dashboard-content {
  flex: 1;
  padding: 1.1rem;
  background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
}

/* Widget Styles */
.solution-container .widget {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(226, 232, 240, 0.6);
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.solution-container .medium-widget {
  height: 85px;
  flex: 1;
  aspect-ratio: 1.6 / 1;
}

.solution-container .small-widget {
  height: 65px;
  flex: 1;
  aspect-ratio: 1.6 / 1;
}

/* Chart Containers */
.solution-container .chart-container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
}

.solution-container .simple-stat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Simple Charts */
.solution-container .simple-chart {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.solution-container .simple-chart.up {
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.1),
    rgba(16, 185, 129, 0.3)
  );
}

.solution-container .simple-chart.up::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 185, 129, 0.3);
  clip-path: polygon(
    0 80%,
    20% 60%,
    40% 70%,
    60% 30%,
    80% 40%,
    100% 10%,
    100% 100%,
    0 100%
  );
}

.solution-container .simple-chart.flat {
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0.1),
    rgba(59, 130, 246, 0.3)
  );
}

.solution-container .simple-chart.flat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 130, 246, 0.3);
  clip-path: polygon(
    0 60%,
    20% 70%,
    40% 50%,
    60% 65%,
    80% 55%,
    100% 60%,
    100% 100%,
    0 100%
  );
}

.solution-container .simple-chart.down {
  background: linear-gradient(
    90deg,
    rgba(239, 68, 68, 0.1),
    rgba(239, 68, 68, 0.3)
  );
}

.solution-container .simple-chart.down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 68, 68, 0.3);
  clip-path: polygon(
    0 20%,
    20% 30%,
    40% 50%,
    60% 40%,
    80% 70%,
    100% 80%,
    100% 100%,
    0 100%
  );
}

/* Circle Chart */
.solution-container .circle-chart {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.06),
    0 5px 15px rgba(59, 130, 246, 0.15);
  border: 4px solid #f1f5f9;
  overflow: hidden;
}

.solution-container .circle-fill {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(59, 130, 246, 0.5);
}

/* Simple Bar Chart */
.solution-container .simple-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 70px;
  width: 180px;
}

.solution-container .bar-simple {
  width: 35%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to top, #3b82f6, #60a5fa, #93c5fd);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
  transform-origin: bottom;
  position: relative;
  overflow: hidden;
}

.solution-container .bar-simple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  border-radius: 6px 6px 0 0;
}

.solution-container .bar-simple:nth-child(1) {
  height: 65%;
  background: linear-gradient(to top, #7c3aed, #8b5cf6);
}

.solution-container .bar-simple:nth-child(2) {
  height: 45%;
  background: linear-gradient(to top, #3b82f6, #60a5fa);
}

.solution-container .bar-simple:nth-child(3) {
  height: 75%;
  background: linear-gradient(to top, #10b981, #34d399);
}

/* Stats Styling */
.solution-container .widgets-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}

/* ============= ENHANCED DASHBOARD FEATURES STYLING ============= */

/* Features Grid Container with Title - More Compact */
.solution-container .dashboard-features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  position: relative;
  padding: 1.2rem 1rem;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgba(59, 130, 246, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05), 0 3px 8px rgba(59, 130, 246, 0.05),
    inset 0 1px 3px rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

/* Add a subtle pattern overlay */
.solution-container .dashboard-features-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      rgba(59, 130, 246, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.02) 0%,
      rgba(255, 255, 255, 0.05) 50%,
      rgba(59, 130, 246, 0.02) 100%
    );
  background-size: 20px 20px, 100% 100%;
  border-radius: 16px;
  opacity: 0.7;
  pointer-events: none;
}

/* Add light beam effect */
.solution-container .dashboard-features-container::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
  transform-origin: center;
}

/* Title styling for features section - More Compact */
.solution-container .features-title {
  text-align: center;
  margin-bottom: 0.8rem;
  position: relative;
  padding-bottom: 0.3rem;
}

/* Make the features subtitle smaller and more compact */
.solution-container .features-subtitle {
  font-size: 0.9rem !important;
  font-weight: 600;
  color: #4b5563;
  margin: 0 0 0.3rem 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* Add decorative elements around the title */
.solution-container .features-title h4::before,
.solution-container .features-title h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0),
    rgba(59, 130, 246, 0.6)
  );
}

.solution-container .features-title h4::before {
  right: 100%;
  margin-right: 8px;
}

.solution-container .features-title h4::after {
  left: 100%;
  margin-left: 8px;
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0.6),
    rgba(59, 130, 246, 0)
  );
}

.solution-container .features-title-underline {
  height: 2px;
  width: 80px;
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0.2),
    #3b82f6,
    rgba(59, 130, 246, 0.2)
  );
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

/* Add dots to the underline for decoration */
.solution-container .features-title-underline::before,
.solution-container .features-title-underline::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(59, 130, 246, 0.6);
  top: -1.5px;
}

.solution-container .features-title-underline::before {
  left: 0;
}

.solution-container .features-title-underline::after {
  right: 0;
}

/* Features Grid - More Compact Dashboard-specific styling */
.solution-container .dashboard-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.6rem;
  margin-top: 0.8rem;
  max-width: 550px;
  width: 100%;
}

/* Enhanced compact styling for dashboard feature cards */
.solution-container .dashboard-features .feature-card {
  background: white;
  border-radius: 10px;
  padding: 0.8rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.15);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
}

/* Enhanced compact icon styling */
.solution-container .dashboard-features .feature-icon {
  color: #3b82f6;
  margin-bottom: 0.5rem;
  background-color: rgba(59, 130, 246, 0.12);
  padding: 0.7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  box-shadow: 0 6px 12px rgba(59, 130, 246, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  overflow: visible;
  font-size: 2.5rem;
}

/* Improved compact feature title styling */
.solution-container .dashboard-features .feature-card h5 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0.3rem 0 0 0;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

/* Add a subtle bottom border accent to feature cards */
.solution-container .dashboard-features .feature-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  transition: width 0.3s ease;
  border-radius: 3px 3px 0 0;
  z-index: 3;
}

/* Add animated glowing rings around icons */
.solution-container .dashboard-features .feature-icon::before,
.solution-container .dashboard-features .feature-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.solution-container .dashboard-features .feature-icon::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.solution-container .dashboard-features .feature-icon::after {
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px dashed rgba(59, 130, 246, 0.2);
}

/* Improved compact SVG icon styling */
.solution-container .dashboard-features .feature-icon svg {
  color: #3b82f6;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 1px 2px rgba(59, 130, 246, 0.15));
  transform: scale(1);
}

/* Enhanced focus states for accessibility */
.solution-container .institution-icon:focus,
.solution-container .logo-icon:focus {
  outline: 3px solid rgba(59, 130, 246, 0.3);
  outline-offset: 2px;
}
