/* =========================================================
   Eleventy ADS v16.8.23 — mobile shell corner cleanup
   Scope: References, Latest Posts and Partners only.
   Removes the decorative orange corner/glow layer while
   preserving each section's real outer card and inner cards.
   ========================================================= */

@media (max-width: 767.98px) {
  /* Keep only the actual main card surface. Remove the radial
     corner colour that looked like a second layer protruding
     from behind the rounded card. */
  .eleventy-home-v2 #referanslar .eleventy-references-shell,
  .eleventy-home-v2 .eleventy-home-insights .ehi-shell,
  .eleventy-home-v2 .eleventy-home-partners .ehp-shell {
    overflow: hidden !important;
    background: #fffaf2 !important;
    background-image: none !important;
    background-color: #fffaf2 !important;
    background-clip: padding-box !important;
  }

  /* Disable every decorative corner pseudo-layer on these
     three outer cards. Real content and card elements remain. */
  .eleventy-home-v2 #referanslar .eleventy-references-shell::before,
  .eleventy-home-v2 #referanslar .eleventy-references-shell::after,
  .eleventy-home-v2 .eleventy-home-insights .ehi-shell::before,
  .eleventy-home-v2 .eleventy-home-insights .ehi-shell::after,
  .eleventy-home-v2 .eleventy-home-partners .ehp-shell::before,
  .eleventy-home-v2 .eleventy-home-partners .ehp-shell::after {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
    filter: none !important;
  }
}
