.elementor-17320 .elementor-element.elementor-element-68c86763{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17320 .elementor-element.elementor-element-68c86763:not(.elementor-motion-effects-element-type-background), .elementor-17320 .elementor-element.elementor-element-68c86763 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17320 .elementor-element.elementor-element-580d69{--display:flex;}.elementor-17320 .elementor-element.elementor-element-5fd28b61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17320 .elementor-element.elementor-element-5fd28b61:not(.elementor-motion-effects-element-type-background), .elementor-17320 .elementor-element.elementor-element-5fd28b61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17320 .elementor-element.elementor-element-337864da{--display:flex;}.elementor-17320 .elementor-element.elementor-element-28131d38.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS */.tmg-showcase {
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
      color: #111;
    }

    .tmg-wrap {
      max-width: 1120px;
      margin: 0 auto;
      padding: 28px 18px;
    }

    .tmg-kicker {
      text-transform: uppercase;
      letter-spacing: .14em;
      font-size: 20px;
      color: #666;
      margin: 0 0 10px;
      padding: 28px 18px 20px;
    }

    .tmg-h1 {
      font-size: clamp(54px, 3.3vw, 54px);
      line-height: 1.05;
      margin: 0 0 12px;
      font-weight: 700;
    }

    .tmg-h2 {
      font-size: clamp(40px, 2.2vw, 40px);
      line-height: 1.15;
      margin: 0 0 14px;
      font-weight: 700;
    }

    .tmg-divider {
      height: 1px;
      background: rgba(0,0,0,.12);
      margin: 26px 0;
    }

    .tmg-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,.10);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }

    .tmg-card-inner {
      padding: 14px 16px 16px;
      text-align: center;
    }

    .tmg-meta {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      font-size: 13px;
      color: #444;
      margin-top: 8px;
    }

    .tmg-artist {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
    }

    .tmg-title {
      font-size: 14px;
      color: #333;
      margin: 6px 0 0;
    }

    .tmg-medium {
      font-size: 12px;
      color: #666;
      margin: 6px 0 0;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .tmg-link {
      text-decoration: none;
      color: inherit;
      display: block;
      width: 100%;
      height: 100%;
    }

    /* default cropped image behavior for category/finalist cards */
    .tmg-imgwrap,
    .tmg-imgwrap-category {
      aspect-ratio: 4 / 5;
      width: 100%;
      overflow: hidden;
      background: #f6f6f6;
      display: block;
      position: relative;
    }

    .tmg-imgwrap > .tmg-link,
    .tmg-imgwrap-category > .tmg-link {
      display: block;
      width: 100%;
      height: 100%;
    }

    .tmg-img,
    .tmg-imgwrap .tmg-img,
    .tmg-imgwrap-category .tmg-img,
    .tmg-imgwrap > img,
    .tmg-imgwrap-category > img,
    .tmg-imgwrap > .tmg-link > img,
    .tmg-imgwrap-category > .tmg-link > img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center !important;
      display: block;
    }

    .tmg-img:hover {
      transform: scale(1.01);
      transition: transform .22s ease;
    }

    /* overall winner: simple natural image display */
    .tmg-overall-section .tmg-wrap {
      max-width: 1240px;
    }

    .tmg-overall .tmg-imgwrap {
      aspect-ratio: auto;
      width: 100%;
      overflow: hidden;
      background: #f6f6f6;
      display: block;
      padding: 0;
      position: static;
    }

    .tmg-overall .tmg-link {
      display: block;
      width: 100%;
      height: auto;
    }

    .tmg-overall .tmg-img,
    .tmg-overall .tmg-imgwrap > img,
    .tmg-overall .tmg-imgwrap > .tmg-link > img {
      width: 100% !important;
      height: auto !important;
      object-fit: contain !important;
      display: block;
      border-radius: 0;
    }

    .tmg-grid-2 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
    }

    @media (min-width: 820px) {
      .tmg-grid-2 {
        grid-template-columns: 1fr 1fr;
      }
    }

    .tmg-cats .tmg-card {
      display: flex;
      flex-direction: column;
    }

    .tmg-masonry {
      column-count: 1;
      column-gap: 16px;
    }

    @media (min-width: 640px) {
      .tmg-masonry {
        column-count: 2;
      }
    }

    @media (min-width: 980px) {
      .tmg-masonry {
        column-count: 3;
      }
    }

    .tmg-masonry-item {
      break-inside: avoid;
      margin: 0 0 16px;
    }

    .tmg-section-head {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      text-align: center;
    }

    .tmg-badge {
      font-size: 26px;
      text-transform: uppercase;
      letter-spacing: .12em;
      color: #111;
      padding: 6px 10px;
      border: 1px solid rgba(0,0,0,.16);
      border-radius: 999px;
      background: rgba(0,0,0,.03);
    }/* End custom CSS */