/* =========================
   Jaraliem Mall Utilities
   Cleaned legacy text/font styles
   ========================= */

/* ---------- Shared font bases ---------- */

.text,
.text-smaller,
.text-book,
.text-blue-shadow,
.text-gold,
.text-small,
.text-small-ital,
.text-bold,
.text-bold-white,
.text-bold-brown,
.text-bold-white-small,
.text-bold-red-white,
.text-bold-red,
.text-header-red,
.text-header-red-small,
.text-bolder,
.text-large-bold,
.text-large,
.text-larger,
.text-larger-red,
.text-bold-black-large,
.text-bold-black-small {
  font-family: Arial, Helvetica, sans-serif;
}

.header-bold-red,
.header-bold-red-small,
.header-bold-yellow,
.header-bold-green,
.header-bold-gold,
.header-bold-gold-small {
  font-family: Arial, Helvetica, sans-serif;
}

.goldman-regular,
.goldman-regular-gold,
.goldman-bold,
.goldman-regular-white,
.goldman-bold-white,
.goldman-regular-darkblue,
.goldman-bold-darkblue,
.goldman-bold-gold,
.goldman-regular-brown,
.goldman-bold-brown,
.goldman-regular-green,
.goldman-bold-green,
.goldman-bold-green-lt,
.goldman-bold-blue,
.goldman-regular-blue,
.goldman-regular-indigo,
.goldman-bold-indigo,
.goldman-regular-teal,
.goldman-bold-teal,
.goldman-regular-plum,
.goldman-bold-plum,
.goldman-regular-red,
.goldman-bold-red {
  font-family: "Goldman", sans-serif;
  font-style: normal;
}

/* ---------- Basic text ---------- */

.text {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}

.text-smaller {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.text-small {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 25px;
}

.text-small-ital {
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  font-style: italic;
}

/* ---------- Accent text ---------- */

/* .text-blue removed as duplicate of .text-book */
.text-book {
  color: #0000ff;
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
}

.text-blue-shadow {
  color: #0000ff;
  font-size: 16px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px #000000;
}

.text-gold {
  color: #ffd700;
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
}

/* ---------- Bold text ---------- */

.text-bold {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
}

.text-bold-white {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 2px 2px 2px #000000;
}

.text-bold-brown {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 1px 1px 1px #000000;
}

.text-bold-white-small {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 2px 2px 2px #000000;
}

.text-bold-red-white {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 2px 2px 2px #ffffff;
}

.text-bold-red {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  line-height: 35px;
  padding-bottom: 5px;
  font-style: normal;
}

.text-bolder {
  color: #000;
  font-size: 18px;
  font-weight: bolder;
  line-height: 30px;
  padding-bottom: 5px;
}

.text-large-bold {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom: 15px;
}

.text-large {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
}

.text-larger {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 25px;
}

.text-larger-red {
  color: crimson;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 35px;
}

.text-bold-black-large {
  font-size: 30px;
  font-weight: bolder;
  color: #000000;
  line-height: 30px;
  padding-bottom: 10px;
}

.text-bold-black-small {
  font-size: 24px;
  font-weight: bolder;
  color: #000000;
  line-height: 30px;
  padding-bottom: 20px;
}

/* ---------- Header text ---------- */

.text-header-red {
  font-size: 36px;
  font-weight: bold;
  color: #f00;
  line-height: 25px;
  padding-bottom: 10px;
  font-style: italic;
}

.text-header-red-small {
  font-size: 24px;
  font-weight: bold;
  color: #f00;
  line-height: 25px;
  padding-bottom: 10px;
  font-style: italic;
}

.header-bold-red {
  font-size: 36px;
  font-weight: bold;
  color: #f00;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 1px 1px 1px #ffffff;
}

.header-bold-red-small {
  font-size: 28px;
  font-weight: bold;
  color: #f00;
  line-height: 40px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-yellow {
  font-size: 36px;
  font-weight: bold;
  color: #ff0;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #ff0000;
}

.header-bold-green {
  font-size: 36px;
  font-weight: bold;
  color: #006400;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-gold {
  font-size: 36px;
  font-weight: bold;
  color: #ffd700;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-gold-small {
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
  line-height: 20px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

/* ---------- Merchant bar ---------- */

.merchant-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 24px;
}

.merchant-box {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.merchant-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

