.elementor-3073 .elementor-element.elementor-element-91c3318 > .elementor-container{min-height:300px;}.elementor-3073 .elementor-element.elementor-element-91c3318 > .elementor-background-overlay{background-image:url("https://www.rhosyfedwenprimary.co.uk/wp-content/uploads/2025/09/3-scaled.png");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:1;}.elementor-3073 .elementor-element.elementor-element-91c3318{margin-top:-93px;margin-bottom:0px;}.elementor-3073 .elementor-element.elementor-element-cb6e3a0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3073 .elementor-element.elementor-element-cb6e3a0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3073 .elementor-element.elementor-element-54998e1 .elementor-heading-title{color:#85C672;font-family:"Fredoka One", Sans-serif;font-size:27px;font-weight:200;line-height:1.6em;text-shadow:5px 3px 0px rgba(0,0,0,0.3);}.elementor-3073 .elementor-element.elementor-element-ab09f86 .elementor-heading-title{color:#FFFFFF;font-family:"Fredoka One", Sans-serif;font-size:51px;font-weight:300;text-shadow:5px 3px 0px rgba(0,0,0,0.3);}.elementor-3073 .elementor-element.elementor-element-ab09f86 > .elementor-widget-container{margin:-21px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-3073 .elementor-element.elementor-element-cb6e3a0{width:100%;}}@media(min-width:1025px){.elementor-3073 .elementor-element.elementor-element-91c3318 > .elementor-background-overlay{background-attachment:fixed;}}/* Start custom CSS */body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0;
      background: #f7f9fc;
      color: #333;
      line-height: 1.6;
    }

    .support-wrapper {
      max-width: 1000px;
      margin: 0 auto;
      padding: 30px 20px;
      background: #ffffff;
    }

    h1, h2, h3 {
      color: #003a6b;
      margin-top: 0;
    }

    p {
      margin-bottom: 12px;
    }

    a {
      color: #005a9e;
      text-decoration: none;
      font-weight: 600;
    }

    a:hover { text-decoration: underline; }

    .intro {
      margin-bottom: 25px;
      font-size: 16px;
    }

    /* TILE GRID */
    .tiles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
      margin: 25px 0 35px;
    }

    .tile {
      background: #f2f6ff;
      border: 1px solid #d3e3f2;
      border-radius: 8px;
      padding: 18px 14px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      transition: 0.25s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .tile:hover {
      background: #e3f0ff;
      transform: translateY(-3px);
    }

    .tile-title { font-size: 16px; margin-bottom: 8px; }

    .tile-icon {
      font-size: 40px;
      margin-bottom: 8px;
      display: block;
    }

    /* SECTIONS */
    .section {
      margin-top: 35px;
      padding: 18px 16px;
      border-radius: 6px;
      background: #eef4ff;
      border-left: 4px solid #005a9e;
    }

    .section ul { padding-left: 20px; margin: 10px 0 0; }
    .section ul li { margin-bottom: 6px; }

    @media (max-width: 600px){
      .support-wrapper { padding: 20px 12px; }
    }/* End custom CSS */