/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand { background:#17191C; }
.page-operator header .navbar-toggler { color:#fff; }
.page-operator header .navbar-toggler:hover,
.page-operator header .navbar-toggler:active,
.page-operator header .navbar-toggler:focus { color:#ffffff6b; }

@media (max-width: 992px){
  header .page-header .header-links .user-details>a,
  header .page-header .header-links .user-details>a .fa-user-circle,
  header .page-header .header-links .beamer_button .fa-stack i { color:#fff; }
}

@media (min-width: 992px){
  .romeo .flex-dash-row .dash-card-custom .card-body { max-height:fit-content; }
}

/************************
END - GTI - OPERATOR UI 
*************************/
/************************
"Ask us a question" CTA customisation
************************/
.dash-cta-link[data-cy="dash.badge.dashboard.queries"] .dash-cta-title {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  width: auto;
  max-width: none;
}

.navbar-cta .cta-query {
  display: inline-block;
  text-align: center;
  width: 6ch;
  padding: 0.25rem 0;
  background: none;
  border-radius: 0;
}

.navbar-cta .cta-query .fa-envelope {
  display: block;
  margin: 0 auto 0.25rem;
  font-size: 1.2rem;
}

.navbar-cta .cta-query .cta-title {
  white-space: normal;
  line-height: 1.1;
  font-size: 0.75rem;
}

/************************
Hide unwanted dashboard elements
************************/
.dash-cta-link[data-cy="dash.badge.appointments"],
.dash-cta-link[data-cy="dash.badge.forms"],
h1.card-header.dash-card-header,
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
  display: none !important;
}

/************************
Dashboard Panel overrides
************************/
.dashboard-panel,
.dashboard-panel .panel-body {
  max-height: none !important;
  height: auto !important;
}

.dashboard-panel .panel-body {
  overflow: visible !important;
}

/************************
Tile grid layout and custom pane styles
************************/
.tc-pane-banner {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  background: #06002f;
  color: #fff;
  font-size: 1.375rem;
}

.tc-pane-copy p {
  margin: 0.5rem 0;
  line-height: 1.45;
}

.tc-pane-copy .note {
  color: #6633cc;
  font-weight: 600;
}

.tc-tile-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.tc-tile {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.tc-tile img {
  width: 100%;
  display: block;
  filter: brightness(0.6);
}

.tc-tile-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  padding: 0 0.75rem;
}

.tc-tile-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #06002f;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.35rem 0;
}

.tc-tile:hover img {
  transform: scale(1.05);
  transition: transform 0.4s;
}

/************************
Support Panel / Info Box
************************/
.tc-urgent {
  margin: 1.75rem 0;
  padding: 1rem;
  border: 2px dashed #9e1e64;
  background: #fff7fa;
  border-radius: 0.5rem;
}

.tc-urgent h3 {
  margin: 0.25rem 0 0.4rem;
  font-size: 1.05rem;
  color: #9e1e64;
}

/************************
Button Rows
************************/
.tc-button-row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 1.5rem 0;
}

.tc-big-btn {
  padding: 2rem 1rem 1.2rem;
  min-height: 120px;
  border: 2px solid #d7d7d7;
}

.tc-big-btn .tc-sub {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #3a3a3a;
}

.tc-big-btn:hover {
  background: #e8e8e8;
  border-color: #c5c5c5;
}

/************************
Misc layout
************************/
.tc-divider {
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  margin: 1.75rem 0;
}

/************************
LinkedIn learning banner override (if needed)
************************/
.custom-content-client .cp-edc-fullbleed {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/************************
Tab colours for Explore / Develop / Compete
************************/
/* Container styling */
.edc-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  padding: 2em 1em;
}

/* Base tab style */
.tab-button {
  padding: 0.8em 1.6em;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
}

/* Colour classes */
.tab-explore {
  background: linear-gradient(135deg, #ffb300, #ffc72c);
}

.tab-develop {
  background: linear-gradient(135deg, #e80068, #ff5c93);
}

.tab-compete {
  background: linear-gradient(135deg, #3d7dca, #1e4fa1);
}

/* Hover effect: glow + lift */
.tab-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 0 10px rgba(255, 255, 255, 0.2);
}

/* Optional: Animated border shine */
.tab-button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.tab-button:hover::after {
  top: -30%;
  left: -30%;
  opacity: 1;
}
.tab-button {
  color: #fff !important;
}
