/*
Theme Name: FlexiLay LayBy Demo Template
Theme URI: https://flexilay.com
Description: Child theme for Twenty Twenty-Five with a LayBy homepage as a selectable Page Template (no template editor warnings needed).
Author: FlexiLay
Template: twentytwentyfive
Version: 1.0.1
Text Domain: flexilay-layby-home-template
*/

/* Button styles */
.is-style-flexilay-gradient .wp-block-button__link{
  background: linear-gradient(90deg, #2563eb 0%, #22c1c3 100%);
  border: 0 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.is-style-flexilay-outline .wp-block-button__link{
  background: transparent;
  border: 2px solid #0f172a;
  color: #0f172a;
}

/* Card look */
.flexilay-card{
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 35px rgba(2, 6, 23, 0.08);
}
