/**
 * Customer Site Styles
 *
 * This file auto-compiles to style.css.lock when modified.
 * Delete style.css.lock to force regeneration.
 */
/**
 * CompanyCast Brand Colors
 *
 * Official brand colors from design manual.
 * This file is imported by various stylesheets to ensure color consistency.
 */
.navbar-brand {
  font-weight: 700;
}

nav.navbar.navbar-expand-lg {
  border-bottom: 2px solid #008CC0;
}

.navbar .dropdown-menu {
  --bs-dropdown-zindex: 1050;
  z-index: var(--bs-dropdown-zindex);
}

* {
  user-select: text;
}

button, .btn, a[role=button] {
  user-select: none;
}

a {
  color: #008CC0;
}
a:hover {
  color: #399CCA;
}
a:focus {
  outline-color: #008CC0;
}

.chapter-item {
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.chapter-item:hover {
  background-color: rgba(0, 140, 192, 0.04);
  transform: translateX(3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.chapter-item:focus {
  outline: 2px solid #008CC0;
  outline-offset: 2px;
}
.chapter-item.currently-playing {
  background-color: rgba(0, 140, 192, 0.04);
  transform: translateX(3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.chapter-item a, .chapter-item button {
  cursor: pointer;
}

.chapter-speakers .seek-speaker-btn {
  transition: color 0.15s ease;
}
.chapter-speakers .seek-speaker-btn:hover {
  color: #008CC0 !important;
}
.chapter-speakers .collapsed-text {
  display: none;
}
.chapter-speakers.uncollapsed .collapsed-text {
  display: inline;
}

.chapter-timestamp {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.chapter-timestamp i {
  transition: transform 0.2s ease;
}

.chapter-item:hover .chapter-timestamp {
  background-color: #008CC0;
  color: white !important;
}
.chapter-item:hover .chapter-timestamp i {
  transform: scale(1.1);
}

.share-chapter-badge-btn {
  opacity: 0.7;
  transition: all 0.2s ease;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.share-chapter-badge-btn i {
  color: #6c757d !important;
  transition: color 0.2s ease;
}
.share-chapter-badge-btn:hover {
  opacity: 1;
  transform: scale(1.15);
  background-color: #008CC0;
}
.share-chapter-badge-btn:hover i {
  color: white !important;
}
.share-chapter-badge-btn:focus {
  outline: 2px solid #008CC0;
  outline-offset: 2px;
  opacity: 1;
  background-color: #008CC0;
}
.share-chapter-badge-btn:focus i {
  color: white !important;
}
.chapter-item:hover .share-chapter-badge-btn {
  opacity: 0.85;
}

.share-buttons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .share-buttons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.share-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  min-height: 80px;
  min-width: 80px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
}
.share-button i {
  font-size: 1.5rem;
  transition: transform 0.15s ease;
}
.share-button .share-button-label {
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.2;
}
.share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.share-button:hover i {
  transform: scale(1.1);
}
.share-button:focus {
  outline: 2px solid #008CC0;
  outline-offset: 2px;
  z-index: 1;
}
.share-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.share-button-facebook:hover {
  background-color: #1877f2;
  color: white;
  border-color: #1877f2;
}

.share-button-twitter:hover {
  background-color: #1da1f2;
  color: white;
  border-color: #1da1f2;
}

.share-button-linkedin:hover {
  background-color: #0a66c2;
  color: white;
  border-color: #0a66c2;
}

.share-button-whatsapp:hover {
  background-color: #25d366;
  color: white;
  border-color: #25d366;
}

.share-button-email:hover {
  background-color: #6c757d;
  color: white;
  border-color: #6c757d;
}

.share-button-copy:hover {
  background-color: #008CC0;
  color: white;
  border-color: #008CC0;
}

#share-modal .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}
#share-modal .modal-body {
  padding: 1.5rem;
}
#share-modal .modal-title {
  font-weight: 600;
  color: #212529;
}
#share-modal .btn-close {
  min-width: 44px;
  min-height: 44px;
}
#share-modal .btn-close:focus {
  outline: 2px solid #008CC0;
  outline-offset: 2px;
}

.video-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 160px;
  min-width: 160px;
  height: 90px;
}
.video-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease-in-out;
  object-fit: fill;
}
