/* Front-end styles for the Casinos custom post type */

body.casino-single-admin-view {
  background: #f6f7f7;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #1d2327;
}

.casino-single-wrapper {
  max-width: 960px;
  margin: 32px auto;
  padding: 0 24px 48px;
}

.casino-single-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 16px 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}

.casino-single-title {
  margin: 0;
}

.casino-single-label {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #50575e;
  letter-spacing: 0.08em;
}

.casino-single-name {
  margin: 2px 0 0;
  font-size: 24px;
  line-height: 1.3;
}

.casino-single-edit-link {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  border-radius: 4px;
  background: #2271b1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #2271b1;
  box-shadow: 0 1px 0 #0b5ea2;
}

.casino-single-edit-link:hover,
.casino-single-edit-link:focus {
  background: #135e96;
  border-color: #135e96;
  color: #fff;
}

.casino-single-panel {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.casino-single-logo {
  margin-bottom: 24px;
}

.casino-field-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1d2327;
}

.casino-single-logo-box {
  border: 1px dashed #c3c4c7;
  border-radius: 4px;
  padding: 12px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
}

.casino-single-logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.casino-single-logo-box--empty {
  color: #6c7781;
  font-size: 13px;
}

.casino-single-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.casino-field {
  padding: 16px;
  border: 1px solid #e2e4e7;
  border-radius: 4px;
  background: #fbfbfc;
}

.casino-field-value {
  margin: 0;
  font-size: 14px;
  color: #2c3338;
  word-break: break-word;
}

.casino-field-value a {
  color: #2271b1;
  text-decoration: underline;
}

.casino-field-value a:hover,
.casino-field-value a:focus {
  color: #135e96;
}

.casino-single-cta {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 3px;
  background: #2271b1;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.1);
}

.casino-single-cta:hover,
.casino-single-cta:focus {
  background: #135e96;
  color: #fff;
}

/* Legacy helper class */
.casino-cta-button {
  display: inline-block;
  margin-top: 1em;
}

.casino-game-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.casino-game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
