  /* Round the cowboy/world app icon */
img[src*="app_icon"]{
  border-radius: 20px;   /* change this number to taste */
}

button#enter {
  display: inline-block;
  background-color: #c0392b;       /* Change to your brand color */
  color: #ffffff !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  padding: 16px 48px !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
  cursor: pointer !important;
  margin: 20px 0 !important;
  transition: background 0.2s !important;
}

button#enter:hover {
  background-color: #a93226 !important;
}

/* === Floodgates ad slot styling — 959theranch.com === */

#div-gpt-ad-959theranch_mrec_1,
#div-gpt-ad-959theranch_mrec_2,
#div-gpt-ad-959theranch_728_1,
#div-gpt-ad-959theranch_728_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#div-gpt-ad-959theranch_728_1 iframe,
#div-gpt-ad-959theranch_728_2 iframe,
#div-gpt-ad-959theranch_mrec_1 iframe,
#div-gpt-ad-959theranch_mrec_2 iframe {
  display: block;
  margin: 0 auto;
}