.elementor-33060 .elementor-element.elementor-element-53b09c4{--display:flex;}.elementor-33060 .elementor-element.elementor-element-ab0d333 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-33060 .elementor-element.elementor-element-5edc699{--display:flex;}.elementor-33060 .elementor-element.elementor-element-4349e62 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ab0d333 */<style>
    .uksw-widget,
    .uksw-widget * {
      box-sizing: border-box;
    }

    .uksw-widget {
      position: relative;
      overflow-x: hidden;
      margin: 0 auto;
      padding: 0rem;
      background: #ffffff;
      font-family: "Inter", sans-serif;
      color: #1f2937;
    }
    .uksw-main-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: rotate(-3deg);
}

    .uksw-widget img {
      display: block;
   
      
    }
   .uksw-bg-ornament {
    position: fixed;
    top: 10;
    right: 0;
    width: 50%;
    height: auto;
    max-height: 100vh;
    max-width: none;
    opacity: 0.1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }
    .uksw-widget h1,
    .uksw-widget h2,
    .uksw-widget h3 {
      margin: 0;
    }

    .uksw-widget h1,
    .uksw-widget h2 {
      font-family: "Inter Tight", sans-serif;
    }

    .uksw-section {
      position: relative;
      z-index: 1;
      margin: 0 5rem;
    }

    .uksw-hero {
      min-height: 20vh;
    }

    .uksw-container {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
    }

    .uksw-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
      padding: 5rem 1.5rem;
    }

    .uksw-hero-left {
      position: relative;
    }

    .uksw-main-image {
      width: 100%;
      height: 100%;
      transform: rotate(-3deg);
      object-fit: contain;
    }

    .uksw-overlay {
      position: absolute;
      top: 11rem;
      right: 7rem;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 0.75rem;
      transform: translate(50%, -50%);
    }

    .uksw-btn-primary,
    .uksw-faculty-pill {
      display: inline-block;
      border: 0;
      text-decoration: none;
      cursor: pointer;
    }

    .uksw-btn-primary {
      background: #4b5563;
      color: #ffffff;
      padding: 0.5rem 1.5rem;
      border-radius: 9999px;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
      font-size: 0.875rem;
      transition: background 0.3s ease;
    }

    .uksw-btn-primary:hover {
      background: #374151;
      color: white;
    }

    .uksw-overlay-title {
      font-size: 1.875rem;
      line-height: 1;
      font-weight: 700;
      color: #1f2937;
      text-align: right;
    }

    .uksw-hero-right {
      display: grid;
      justify-items: center;
      align-content: start;
      min-height: 20rem;
      margin-top: 5rem;
      flex: 1;
    }

    .uksw-logo-stack a {
      display: flex;
      justify-content: center;
      text-decoration: none;
      transition: transform 0.3s ease;
    }

    .uksw-logo-stack a:hover {
      transform: scale(1.1);
    }

    .uksw-logo-top {
      width: 15rem;
      padding-bottom: 1.25rem;
    }

    .uksw-logo-bottom {
      width: 15rem;
    }

    .uksw-social-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      width: 100%;
      margin-top: 4rem;
      padding: 1rem;
      background: #ffffff;
    }

    .uksw-socials {
      display: flex;
      align-items: center;
      gap: 0.25rem;
      color: #4b5563;
      font-size: 1.25rem;
    }

    .uksw-socials a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.75rem;
      height: 1.75rem;
      color: #ffffff;
      background: #6b7280;
      border-radius: 9999px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .uksw-socials a:hover {
      background: #c8922a;
    }

    .uksw-socials i {
      font-size: 0.875rem;
    }

    .uksw-right-logo {
      display: flex;
      align-items: center;
      text-decoration: none;
    }

    .uksw-right-logo img {
      width: 15rem;
      object-fit: contain;
    }

    .uksw-campus-nav {
      height: 4rem;
    }

    .uksw-campus-nav-inner {
      display: flex;
      justify-content: center;
      text-align: center;
    }

    .uksw-campus-nav-inner a {
      padding: 0.5rem 1rem;
      background: #ffffff;
      color: inherit;
      text-decoration: none;
      transition:
        color 0.5s ease,
        transform 0.5s ease;
    }

    .uksw-campus-nav-inner a:hover {
      color: #a16207;
      transform: scale(0.95);
    }

    .uksw-faculty {
      position: relative;
      margin: 0 8rem 1.5rem;
    }

    .uksw-faculty-wrap {
      max-width: 80rem;
      margin: 0 auto;
      padding: 1.25rem 1.5rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
    }

    .uksw-faculty-pill {
      padding: 0.5rem 1.5rem;
      font-size: 0.875rem;
      color: #ffffff;
      background: #6b7280;
      border-radius: 9999px;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
      transition:
        background 0.5s ease,
        transform 0.5s ease;
    }

    .uksw-faculty-pill:hover {
      background: #374151;
      color: white;
      transform: scale(0.9);
    }

    .uksw-accreditation {
      color: #1f2937;
    }

    .uksw-section-title-center {
      text-align: center;
      margin: 0;
      padding: 0;
    }

    .uksw-title-accent {
      font-size: 1.5rem;
      font-weight: 500;
      color: #7c5822bf;
      margin: 0;
    }

    .uksw-title-main {
      font-size: 1.875rem;
      font-weight: 600;
      margin: 0;
      padding: 0;
    }

    .uksw-accreditation-wrap {
      max-width: 80rem;
      margin: 0 auto;
      padding: 3rem 1.5rem;
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
    }

    .uksw-accreditation-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 3rem;
    }

    .uksw-accreditation-item {
      text-align: center;
    }

    .uksw-accreditation-number {
      font-size: 3rem;
      font-weight: 800;
      line-height: 1;
    }

    .uksw-accreditation-label {
      margin-top: 0.5rem;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #7c5822bf;
    }

    .uksw-info-section {
      padding: 0 5rem;
     
    }

    .uksw-info-grid {
      display: flex;
      justify-content: center;
      gap: 2rem;
    }

    .uksw-col {
      flex: 1;
      min-width: 0;
    }

    .uksw-col-header {
      margin-bottom: 1rem;
    }

    .uksw-col-header .uksw-title-accent {
      font-size: 1.875rem;
      font-weight: 600;
      margin: 0;
    }

    .uksw-col-header .uksw-subtitle {
      font-size: 1.5rem;
      font-weight: 300;
      color: #111827;
      margin: 0;
      padding: 0;
    }

    .uksw-align-right {
      text-align: right;
    }

    .uksw-btn-orange {
      display: inline-block;
      padding: 0.5rem 1.25rem;
      font-size: 0.875rem;
      font-weight: 300;
      color: #ffffff;
      background: #f97316;
      border-radius: 0.75rem;
      text-decoration: none;
      transition: transform 0.3s ease;
    }

    .uksw-btn-orange:hover {
      transform: scale(1.1);
    }

    .uksw-announcement {
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
    }

    .uksw-announcement-ornament {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 5rem;
      object-fit: contain;
      opacity: 0.1;
      transition:
        width 0.3s ease,
        transform 0.3s ease;
    }

    .uksw-announcement:hover .uksw-announcement-ornament {
      width: 4rem;
      transform: scale(1.1);
    }

    .uksw-announcement-content {
      position: relative;
      z-index: 1;
      padding: 0.5rem;
    }

    .uksw-announcement-link {
      color: inherit;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .uksw-announcement-link:hover {
      color: #7c5822bf;
    }

    .uksw-announcement-link h3 {
      font-size: 0.875rem;
      font-weight: 400;
    }

    .uksw-announcement-date {
      margin-top: 0.5rem;
      font-size: 0.875rem;
      font-weight: 200;
    }

    .uksw-divider {
      margin-top: 0.75rem;
      border: 0;
      border-top: 1px solid #d1d5db;
    }

    .uksw-event-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 2rem 0;
      border-bottom: 1px solid #e5e7eb;
      transition: transform 0.3s ease;
    }

    .uksw-event-item:hover {
      transform: translateY(-0.25rem);
    }

    .uksw-event-left {
      display: flex;
      align-items: center;
      gap: 2rem;
      min-width: 0;
    }

    .uksw-date-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 3rem;
      height: 3.5rem;
      background: #7c5822bf;
      color: #ffffff;
      text-align: center;
      flex-shrink: 0;
    }

    .uksw-date-box.wide {
      width: 5rem;
    }

    .uksw-date-top,
    .uksw-date-bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }

    .uksw-date-top span {
      font-weight: 700;
      line-height: 1;
    }

    .uksw-date-bottom span {
      font-weight: 600;
      line-height: 1;
    }

    .uksw-event-text h3 {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      transition: color 0.3s ease;
    }

    .uksw-event-item:hover .uksw-event-text h3 {
      color: #9c7a38;
    }

    .uksw-event-text p {
      margin: 0.5rem 0 0;
      color: #374151;
    }

    .uksw-event-button {
      padding: 0.5rem 1.25rem;
      background: #f3f4f6;
      color: #111827;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.25em;
      font-size: 0.75rem;
      font-weight: 600;
      transition:
        background 0.3s ease,
        color 0.3s ease;
      white-space: nowrap;
      text-align: center;
    }

    .uksw-event-button:hover {
      background: #9c7a38;
      color: #ffffff;
    }

    .uksw-feature-section {
      padding: 0 0 2.5rem;
      display: flex;
      justify-content: center;
    }

    .uksw-feature-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .uksw-feature-card {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 1.5rem 4rem;
      border: 1px solid #a16207;
      color: #7c5822bf;
      text-decoration: none;
      cursor: pointer;
      transition:
        border-color 0.3s ease,
        color 0.3s ease;
    }

    .uksw-feature-card:hover {
      border-color: #374151;
    }

    .uksw-feature-card:hover .uksw-feature-text,
    .uksw-feature-card:hover .uksw-feature-icon {
      color: #4b5563;
    }

    .uksw-feature-card:first-child {
      border-radius: 0.75rem 0 0 0.75rem;
    }

    .uksw-feature-card:last-child {
      border-radius: 0 0.75rem 0.75rem 0;
    }

    .uksw-feature-icon {
      color: #4b5563;
      padding-top: 0.25rem;
      transition: color 0.3s ease;
    }

    .uksw-feature-text {
      margin: 0;
      transition: color 0.3s ease;
    }

    .uksw-news-section {
      margin: 0 1.75rem;
      padding-bottom: 2rem;
    }

    .uksw-news-grid {
      display: flex;
      justify-content: center;
      gap: 1.25rem;
      padding-top: 4rem;
    }

    .uksw-news-featured {
      flex: 1;
    }

    .uksw-news-card {
      width: 24rem;
      background: #ffffff;
      border-radius: 1rem;
      overflow: hidden;
    }

    .uksw-news-image-wrap {
      position: relative;
      overflow: hidden;
    }

    .uksw-news-image {
      width: 100%;
      height: 15rem;
      object-fit: cover;
    }

    .uksw-news-badge {
      position: absolute;
      top: 1rem;
      left: 1rem;
      padding: 0.25rem 1rem;
      border-radius: 9999px;
      background: #d97706;
      color: #ffffff;
      font-size: 0.875rem;
      font-weight: 600;
    }

    .uksw-news-card-content {
      padding: 1.5rem;
    }

    .uksw-news-card-title {
      font-size: 0.875rem;
      line-height: 1.4;
      font-weight: 400;
      color: #1f2937;
    }

    .uksw-news-card-date {
      margin-top: 0.75rem;
      font-size: 0.875rem;
      font-weight: 200;
      color: #7c5822bf;
    }

    .uksw-news-card-link {
      margin-top: 1.5rem;
      text-align: center;
    }

    .uksw-news-card-link a {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      color: #7c5822bf;
      text-decoration: none;
      font-weight: 600;
      transition:
        transform 0.3s ease,
        gap 0.3s ease;
    }

    .uksw-news-card-link a:hover {
      gap: 0.75rem;
      transform: scale(1.1);
    }

    .uksw-news-list {
      flex: 1;
      min-width: 0;
    }

    .uksw-recognition-section {
      position: relative;
      padding: 6rem 0;
    }

    .uksw-recognition-grid {
      display: flex;
      justify-content: center;
      gap: 5rem;
      flex-wrap: wrap;
      margin: 1.5rem 0;
    }

    .uksw-recognition-grid a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }

    .uksw-recognition-sm {
      width: 3rem;
    }

    .uksw-recognition-md {
      width: 5rem;
      padding-top: 1rem;
    }

    .uksw-location-section {
      position: relative;
      padding-top: 2.25rem;
    }

    .uksw-location-grid {
      display: flex;
      gap: 1.5rem;
      justify-content: center;
      flex-wrap: nowrap;
    }

    .uksw-location-card {
      position: relative;
      width: 25rem;
      min-height: 11.25rem;
      overflow: hidden;
      border-radius: 1rem;
    }

    .uksw-location-ornament {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 12.5rem;
      object-fit: cover;
      opacity: 0.1;
      transition:
        width 0.3s ease,
        transform 0.3s ease;
    }

    .uksw-location-card:hover .uksw-location-ornament {
      width: 10rem;
      transform: scale(1.1);
    }

    .uksw-location-content {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 1rem;
      min-height: 11.25rem;
      padding: 1.5rem;
    }

    .uksw-location-avatar {
      width: 4rem;
      height: 4rem;
      border-radius: 100%;
      object-fit: cover;
      flex-shrink: 0;
    }
    .uksw-location-avatar, 
.uksw-location-avatar img {
  width: 4rem !important;
  height: 4rem !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

    .uksw-location-text {
      min-width: 0;
    }

    .uksw-location-title {
      font-size: 0.875rem;
      font-weight: 400;
      color: #1f2937;
    }

    .uksw-location-address {
      margin-top: 0.5rem;
      font-size: 0.875rem;
      font-weight: 200;
      line-height: 1.5;
      color: #1f2937;
    }

    .uksw-location-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin-top: 1rem;
      padding: 0.5rem 1rem;
      border-radius: 9999px;
      background: #fff7ed;
      color: #1f2937;
      font-size: 0.875rem;
      font-weight: 300;
      text-decoration: none;
      transition: transform 0.3s ease;
    }

    .uksw-location-btn:hover {
      transform: scale(0.9);
    }

    @media (max-width: 1280px) {
      .uksw-widget {
        padding: 0 4rem;
      }

      .uksw-faculty {
        margin-left: 2rem;
        margin-right: 2rem;
      }
    }

    @media (max-width: 1024px) {
      .uksw-widget {
        padding: 0 2rem;
      }

      .uksw-hero-inner,
      .uksw-info-grid {
        grid-template-columns: 1fr;
        display: grid;
      }

      .uksw-hero-right {
        margin-top: 0;
      }

      /* .uksw-overlay {
        right: 2rem;
        top: 10rem;
        transform: translate(0, -50%);
      } */

      .uksw-main-image {
        width: 100%;
      }

      .uksw-faculty {
        margin-left: 0;
        margin-right: 0;
      }

      .uksw-news-grid,
      .uksw-location-grid {
        display: grid;
        grid-template-columns: 1fr;
      }

      .uksw-news-card,
      .uksw-location-card {
        width: 100%;
      }

      .uksw-feature-card {
        border-radius: 0.75rem;
      }
    }

    @media (max-width: 768px) {
      .uksw-widget {
        padding: 0 1rem;
      }

      .uksw-hero-inner {
        gap: 2rem;
        padding: 3rem 0.75rem;
      }

      .uksw-social-strip,
      .uksw-event-item {
        flex-direction: column;
        align-items: flex-start;
      }

      .uksw-feature-links {
        width: 100%;
        flex-direction: column;
      }

      .uksw-feature-card {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.25rem;
        border-radius: 0.75rem;
      }

      .uksw-news-section {
        margin: 0;
      }

      .uksw-news-grid {
        padding-top: 2rem;
      }

      .uksw-recognition-grid {
        gap: 1.5rem;
      }

      .uksw-location-content {
        align-items: flex-start;
        flex-direction: column;
      }

      .uksw-event-left {
        gap: 1rem;
      }

      .uksw-campus-nav {
        height: auto;
        margin-bottom: 1rem;
      }

      .uksw-campus-nav-inner {
        flex-wrap: wrap;
      }

      /* .uksw-overlay {
        position: static;
        transform: none;
        margin-top: 1rem;
        align-items: flex-start;
      } */

      .uksw-overlay-title {
        text-align: left;
      }

      .uksw-col-header .uksw-title-accent,
      .uksw-col-header .uksw-subtitle,
      .uksw-title-main,
      .uksw-title-accent {
        line-height: 1.2;
        margin: 0;
      }
    }
  </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4349e62 */<style>
  .wp-block-uksw-widget,
  .wp-block-uksw-widget * {
    box-sizing: border-box;
  }

  .wp-block-uksw-widget {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: "Inter", sans-serif;
    color: #1f2937;
  }

  .wp-block-uksw-widget img {
    display: block;
     max-width: 100%;
  }

  .wp-block-uksw-widget h1,
  .wp-block-uksw-widget h2,
  .wp-block-uksw-widget h3 {
    margin: 0;
  }

  .wp-block-uksw-widget h1,
  .wp-block-uksw-widget h2 {
    font-family: "Inter Tight", sans-serif;
  }

  .wp-block-uksw-bg-ornament {
    position: fixed;
        top: 25rem;
        right: 0%;
      width: 50%;
        height: 0;
        opacity: 0.1;
        pointer-events: none;
        user-select: none;
        z-index: 0;
         
  transform: translateY(-50%);

  }

  .wp-block-uksw-section {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wp-block-uksw-hero {
    min-height: 80vh;
  }

  .wp-block-uksw-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .wp-block-uksw-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 5rem 0;
  }

  .wp-block-uksw-hero-left {
    position: relative;
  }

  .wp-block-uksw-main-image {
    width: 80%;
    height: 100%;
    max-width: 100%;
    transform: rotate(-3deg);
  }

  .wp-block-uksw-overlay {
    position: absolute;
    top: 11rem;
    right: 7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    transform: translate(50%, -50%);
  }

  .wp-block-uksw-btn-primary,
  .wp-block-uksw-faculty-pill {
    display: inline-block;
    border: 0;
    text-decoration: none;
    cursor: pointer;
  }

  .wp-block-uksw-btn-primary {
    background: #4b5563;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    transition: background 0.3s ease;
  }

  .wp-block-uksw-btn-primary:hover {
    background: #374151;
  }

  .wp-block-uksw-overlay-title {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    color: #1f2937;
    text-align: right;
  }

  .wp-block-uksw-hero-right {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 20rem;
    margin-top: 5rem;
    flex: 1;
  }

  .wp-block-uksw-logo-stack a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .wp-block-uksw-logo-stack a:hover {
    transform: scale(1.1);
  }

  .wp-block-uksw-logo-top {
    width: 15rem;
    padding-bottom: 1.25rem;
  }

  .wp-block-uksw-logo-bottom {
    width: 15rem;
  }

  .wp-block-uksw-social-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-top: 4rem;
    padding: 1rem;
    background: #ffffff;
  }

  .wp-block-uksw-socials {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #4b5563;
    font-size: 1.25rem;
  }

  .wp-block-uksw-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    color: #ffffff;
    background: #6b7280;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .wp-block-uksw-socials a:hover {
    background: #c8922a;
  }

  .wp-block-uksw-socials i {
    font-size: 0.875rem;
  }

  .wp-block-uksw-right-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .wp-block-uksw-right-logo img {
    width: 15rem;
    max-width: 100%;
    object-fit: contain;
  }

  .wp-block-uksw-campus-nav {
    height: 4rem;
  }

  .wp-block-uksw-campus-nav-inner {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .wp-block-uksw-campus-nav-inner a {
    padding: 0.5rem 1rem;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
      color 0.5s ease,
      transform 0.5s ease;
  }

  .wp-block-uksw-campus-nav-inner a:hover {
    color: #a16207;
    transform: scale(0.95);
  }

  .wp-block-uksw-faculty {
    position: relative;
    margin: 0 auto 1.5rem;
  }

  .wp-block-uksw-faculty-wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 1.25rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }

  .wp-block-uksw-faculty-pill {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: #ffffff;
    background: #6b7280;
    border-radius: 9999px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    transition:
      background 0.5s ease,
      transform 0.5s ease;
  }

  .wp-block-uksw-faculty-pill:hover {
    background: #374151;
    color: white;
    transform: scale(0.9);
  }

  .wp-block-uksw-accreditation {
    color: #1f2937;
  }

  .wp-block-uksw-section-title-center {
    text-align: center;
  }

  .wp-block-uksw-title-accent {
    font-size: 1.5rem;
    font-weight: 500;
    color: #7c5822bf;
  }

  .wp-block-uksw-title-main {
    font-size: 1.875rem;
    font-weight: 600;
  }

  .wp-block-uksw-accreditation-wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .wp-block-uksw-accreditation-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }

  .wp-block-uksw-accreditation-item {
    text-align: center;
  }

  .wp-block-uksw-accreditation-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
  }

  .wp-block-uksw-accreditation-label {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7c5822bf;
  }

  .wp-block-uksw-info-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wp-block-uksw-info-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .wp-block-uksw-col {
    flex: 1;
    min-width: 0;
  }

  .wp-block-uksw-col-header {
    margin-bottom: 1rem;
  }

  .wp-block-uksw-col-header .wp-block-uksw-title-accent {
    font-size: 1.875rem;
    font-weight: 600;
  }

  .wp-block-uksw-col-header .wp-block-uksw-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #111827;
  }

  .wp-block-uksw-align-right {
    text-align: right;
  }

  .wp-block-uksw-btn-orange {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #ffffff;
    background: #f97316;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .wp-block-uksw-btn-orange:hover {
    transform: scale(1.1);
  }

  .wp-block-uksw-announcement {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
  }

  .wp-block-uksw-announcement-ornament {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 5rem;
    object-fit: contain;
    opacity: 0.1;
    transition:
      width 0.3s ease,
      transform 0.3s ease;
  }

  .wp-block-uksw-announcement:hover .wp-block-uksw-announcement-ornament {
    width: 4rem;
    transform: scale(1.1);
  }

  .wp-block-uksw-announcement-content {
    position: relative;
    z-index: 1;
    padding: 0.5rem;
  }

  .wp-block-uksw-announcement-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .wp-block-uksw-announcement-link:hover {
    color: #7c5822bf;
  }

  .wp-block-uksw-announcement-link h3 {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .wp-block-uksw-announcement-date {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 200;
  }

  .wp-block-uksw-divider {
    margin-top: 0.75rem;
    border: 0;
    border-top: 1px solid #d1d5db;
  }

  .wp-block-uksw-event-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e7eb;
    transition: transform 0.3s ease;
  }

  .wp-block-uksw-event-item:hover {
    transform: translateY(-0.25rem);
  }

  .wp-block-uksw-event-left {
    display: flex;
    align-items: center;
    gap: 2rem;
    min-width: 0;
  }

  .wp-block-uksw-date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3.5rem;
    background: #7c5822bf;
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }

  .wp-block-uksw-date-box.wide {
    width: 5rem;
  }

  .wp-block-uksw-date-top,
  .wp-block-uksw-date-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .wp-block-uksw-date-top span {
    font-weight: 700;
    line-height: 1;
  }

  .wp-block-uksw-date-bottom span {
    font-weight: 600;
    line-height: 1;
  }

  .wp-block-uksw-event-text h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .wp-block-uksw-event-item:hover .wp-block-uksw-event-text h3 {
    color: #9c7a38;
  }

  .wp-block-uksw-event-text p {
    margin: 0.5rem 0 0;
    color: #374151;
  }

  .wp-block-uksw-event-button {
    padding: 0.5rem 1.25rem;
    background: #f3f4f6;
    color: #111827;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    font-weight: 600;
    transition:
      background 0.3s ease,
      color 0.3s ease;
    white-space: nowrap;
    text-align: center;
  }

  .wp-block-uksw-event-button:hover {
    background: #9c7a38;
    color: #ffffff;
  }

  .wp-block-uksw-feature-section {
    padding: 0 0 2.5rem;
    display: flex;
    justify-content: center;
  }

  .wp-block-uksw-feature-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .wp-block-uksw-feature-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 4rem;
    border: 1px solid #a16207;
    color: #7c5822bf;
    text-decoration: none;
    cursor: pointer;
    transition:
      border-color 0.3s ease,
      color 0.3s ease;
  }

  .wp-block-uksw-feature-card:hover {
    border-color: #374151;
  }

  .wp-block-uksw-feature-card:hover .wp-block-uksw-feature-text,
  .wp-block-uksw-feature-card:hover .wp-block-uksw-feature-icon {
    color: #4b5563;
  }

  .wp-block-uksw-feature-card:first-child {
    border-radius: 0.75rem 0 0 0.75rem;
  }

  .wp-block-uksw-feature-card:last-child {
    border-radius: 0 0.75rem 0.75rem 0;
  }

  .wp-block-uksw-feature-icon {
    color: #4b5563;
    padding-top: 0.25rem;
    transition: color 0.3s ease;
  }

  .wp-block-uksw-feature-text {
    margin: 0;
    transition: color 0.3s ease;
  }

  .wp-block-uksw-news-section {
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  .wp-block-uksw-news-grid {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    padding-top: 4rem;
  }

  .wp-block-uksw-news-featured {
    flex: 1;
  }

  .wp-block-uksw-news-card {
    width: 24rem;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
  }

  .wp-block-uksw-news-image-wrap {
    position: relative;
    overflow: hidden;
  }

  .wp-block-uksw-news-image {
    width: 100%;
    height: 15rem;
    max-width: 100%;
    object-fit: cover;
  }

  .wp-block-uksw-news-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    background: #d97706;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .wp-block-uksw-news-card-content {
    padding: 1.5rem;
  }

  .wp-block-uksw-news-card-title {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
    color: #1f2937;
  }

  .wp-block-uksw-news-card-date {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    font-weight: 200;
    color: #7c5822bf;
  }

  .wp-block-uksw-news-card-link {
    margin-top: 1.5rem;
    text-align: center;
  }

  .wp-block-uksw-news-card-link a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #7c5822bf;
    text-decoration: none;
    font-weight: 600;
    transition:
      transform 0.3s ease,
      gap 0.3s ease;
  }

  .wp-block-uksw-news-card-link a:hover {
    gap: 0.75rem;
    transform: scale(1.1);
  }

  .wp-block-uksw-news-list {
    flex: 1;
    min-width: 0;
  }

  .wp-block-uksw-recognition-section {
    position: relative;
    padding: 6rem 0;
  }

  .wp-block-uksw-recognition-grid {
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
    margin: 1.5rem 0;
  }

  .wp-block-uksw-recognition-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .wp-block-uksw-recognition-sm {
    width: 3rem;
  }

  .wp-block-uksw-recognition-md {
    width: 5rem;
    padding-top: 1rem;
  }

  .wp-block-uksw-location-section {
    position: relative;
    padding-top: 2.25rem;
  }

  .wp-block-uksw-location-grid {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .wp-block-uksw-location-card {
    position: relative;
    width: 25rem;
    min-height: 11.25rem;
    overflow: hidden;
    border-radius: 1rem;
  }

  .wp-block-uksw-location-ornament {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 12.5rem;
    object-fit: cover;
    opacity: 0.1;
    transition:
      width 0.3s ease,
      transform 0.3s ease;
  }

  .wp-block-uksw-location-card:hover .wp-block-uksw-location-ornament {
    width: 10rem;
    transform: scale(1.1);
  }

  .wp-block-uksw-location-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 11.25rem;
    padding: 1.5rem;
  }

  .wp-block-uksw-location-avatar {
  width: 4rem;
      height: 4rem;
      border-radius: 100%;
      object-fit: cover;
      flex-shrink: 0;
  }
  
  

  .wp-block-uksw-location-text {
    min-width: 0;
  }

  .wp-block-uksw-location-title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1f2937;
  }

  .wp-block-uksw-location-address {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1.5;
    color: #1f2937;
  }

  .wp-block-uksw-location-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: #fff7ed;
    color: #1f2937;
    font-size: 0.875rem;
    font-weight: 300;
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .wp-block-uksw-location-btn:hover {
    transform: scale(0.9);
  }

  @media (max-width: 1280px) {
    .wp-block-uksw-widget {
      padding: 0;
    }

    .wp-block-uksw-faculty {
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 1024px) {
    .wp-block-uksw-widget {
      padding: 0;
    }

    .wp-block-uksw-hero-inner,
    .wp-block-uksw-info-grid {
      grid-template-columns: 1fr;
      display: grid;
    }

    .wp-block-uksw-hero-right {
      margin-top: 0;
    }

    .wp-block-uksw-overlay {
      right: 2rem;
      top: 10rem;
      transform: translate(0, -50%);
    }

    .wp-block-uksw-main-image {
      width: 100%;
    }

    .wp-block-uksw-faculty {
      margin-left: auto;
      margin-right: auto;
    }

     .wp-block-uksw-bg-ornament {
      width: 10px;
    } 

    .wp-block-uksw-news-grid,
    .wp-block-uksw-location-grid {
      display: grid;
      grid-template-columns: 1fr;
    }

    .wp-block-uksw-news-card,
    .wp-block-uksw-location-card {
      width: 100%;
     
    }

    .wp-block-uksw-feature-card {
      border-radius: 0.75rem;
    }
  }

  @media (max-width: 768px) {
    .wp-block-uksw-widget {
      padding: 0;
    }

    .wp-block-uksw-bg-ornament {
      width: 70%;
      opacity: 0.06;
    }

    .wp-block-uksw-hero-inner {
      gap: 2rem;
      padding: 3rem 0;
    }

    .wp-block-uksw-social-strip,
    .wp-block-uksw-event-item {
      flex-direction: column;
      align-items: flex-start;
    }

    .wp-block-uksw-feature-links {
      width: 100%;
      flex-direction: column;
    }

    .wp-block-uksw-feature-card {
      width: 100%;
      justify-content: center;
      padding: 1rem 1.25rem;
      border-radius: 0.75rem;
    }

    .wp-block-uksw-news-section {
      margin: 0 auto;
    }

    .wp-block-uksw-news-grid {
      padding-top: 2rem;
    }

    .wp-block-uksw-recognition-grid {
      gap: 1.5rem;
    }

    .wp-block-uksw-location-content {
      align-items: flex-start;
      flex-direction: column;
    }

    .wp-block-uksw-event-left {
      gap: 1rem;
    }

    .wp-block-uksw-campus-nav {
      height: auto;
      margin-bottom: 1rem;
    }

    .wp-block-uksw-campus-nav-inner {
      flex-wrap: wrap;
    }

    .wp-block-uksw-overlay {
      position: static;
      transform: none;
      margin-top: 1rem;
      align-items: flex-start;
    }

    .wp-block-uksw-overlay-title {
      text-align: left;
    }

    .wp-block-uksw-col-header .wp-block-uksw-title-accent,
    .wp-block-uksw-col-header .wp-block-uksw-subtitle,
    .wp-block-uksw-title-main,
    .wp-block-uksw-title-accent {
      line-height: 1.2;
    }
  }
</style>/* End custom CSS */