
    .kd-custom-entry {
      width: 100%;
      background: #F3F6F8;
      padding: 92px 0;
      box-sizing: border-box;
      font-family: Inter, Arial, sans-serif;
    }

    .kd-custom-entry *,
    .kd-custom-entry *::before,
    .kd-custom-entry *::after {
      box-sizing: border-box;
    }

    .kd-custom-entry .kd-custom-container {
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* =========================
       HEADER
    ========================= */

    .kd-custom-entry-header {
      max-width: 780px;
      margin: 0 0 50px;
    }

    .kd-custom-entry-eyebrow {
      margin: 0 0 12px;
      color: #159A9C;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .kd-custom-entry-title {
      margin: 0;
      color: #14213D;
      font-family: Manrope, Arial, sans-serif;
      font-size: 42px;
      line-height: 1.15;
      font-weight: 700;
      letter-spacing: -0.025em;
    }

    .kd-custom-entry-intro {
      max-width: 720px;
      margin: 18px 0 0;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.8;
      font-weight: 400;
    }


    /* =========================
       ENTRY CARDS
    ========================= */

    .kd-custom-entry-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .kd-custom-entry-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 310px;
      padding: 29px 28px 27px;
      background: #ffffff;
      border: 1px solid #E1E6EA;
      overflow: hidden;
    }

    .kd-custom-entry-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      margin-bottom: 48px;
    }

    .kd-custom-entry-card-number {
      color: #159A9C;
      font-family: Manrope, Arial, sans-serif;
      font-size: 32px;
      line-height: 1;
      font-weight: 700;
    }

    .kd-custom-entry-card-tag {
      display: inline-flex;
      align-items: center;
      min-height: 27px;
      padding: 0 10px;
      border: 1px solid #D9E5E8;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 10px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }

    .kd-custom-entry-card-title {
      margin: 0 0 12px;
      color: #14213D;
      font-family: Manrope, Arial, sans-serif;
      font-size: 23px;
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: -0.015em;
    }

    .kd-custom-entry-card-text {
      margin: 0;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.75;
    }

    .kd-custom-entry-card-example {
      margin-top: auto;
      padding-top: 24px;
    }

    .kd-custom-entry-card-example-label {
      display: block;
      margin-bottom: 8px;
      color: #159A9C;
      font-family: Inter, Arial, sans-serif;
      font-size: 10px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .kd-custom-entry-card-example-text {
      margin: 0;
      color: #27323C;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.6;
    }

    .kd-custom-entry-card-line {
      width: 42px;
      height: 2px;
      margin-top: 22px;
      background: #159A9C;
    }


    /* =========================
       BOTTOM NOTE
    ========================= */

    .kd-custom-entry-bottom {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 18px;
      align-items: center;
      margin-top: 22px;
      padding: 22px 24px;
      background: #14213D;
    }

    .kd-custom-entry-bottom-mark {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border: 1px solid #72C8C9;
      color: #72C8C9;
      font-family: Manrope, Arial, sans-serif;
      font-size: 17px;
      line-height: 1;
      font-weight: 700;
    }

    .kd-custom-entry-bottom-text {
      margin: 0;
      color: #DCE6EB;
      font-family: Inter, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.7;
    }

    .kd-custom-entry-bottom-text strong {
      color: #ffffff;
      font-weight: 700;
    }


    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1050px) {

      .kd-custom-entry {
        padding: 72px 0;
      }

      .kd-custom-entry .kd-custom-container {
        padding-left: 22px;
        padding-right: 22px;
      }

      .kd-custom-entry-header {
        margin-bottom: 40px;
      }

      .kd-custom-entry-title {
        font-size: 36px;
      }

      .kd-custom-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
      }

      .kd-custom-entry-card {
        min-height: 285px;
      }

      .kd-custom-entry-card:last-child {
        grid-column: 1 / -1;
      }
    }


    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 640px) {

      .kd-custom-entry {
        padding: 54px 0;
      }

      .kd-custom-entry .kd-custom-container {
        padding-left: 18px;
        padding-right: 18px;
      }

      .kd-custom-entry-header {
        margin-bottom: 30px;
      }

      .kd-custom-entry-eyebrow {
        margin-bottom: 10px;
        font-size: 12px;
      }

      .kd-custom-entry-title {
        font-size: 30px;
        line-height: 1.18;
      }

      .kd-custom-entry-intro {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.75;
      }

      .kd-custom-entry-grid {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .kd-custom-entry-card {
        min-height: 0;
        padding: 23px 20px 22px;
      }

      .kd-custom-entry-card:last-child {
        grid-column: auto;
      }

      .kd-custom-entry-card-top {
        margin-bottom: 34px;
      }

      .kd-custom-entry-card-number {
        font-size: 29px;
      }

      .kd-custom-entry-card-title {
        font-size: 21px;
      }

      .kd-custom-entry-card-text {
        font-size: 13px;
        line-height: 1.7;
      }

      .kd-custom-entry-card-example {
        padding-top: 22px;
      }

      .kd-custom-entry-bottom {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 16px;
        padding: 19px 18px;
      }

      .kd-custom-entry-bottom-text {
        font-size: 13px;
        line-height: 1.7;
      }
    }


    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 380px) {

      .kd-custom-entry {
        padding: 46px 0;
      }

      .kd-custom-entry .kd-custom-container {
        padding-left: 15px;
        padding-right: 15px;
      }

      .kd-custom-entry-title {
        font-size: 27px;
      }

      .kd-custom-entry-card {
        padding: 20px 18px;
      }

      .kd-custom-entry-card-title {
        font-size: 19px;
      }

    }
  