/* ==========================================================================

   VISTA EN DETALLE: SALA (INTEGRADA AL FLUJO)

   ========================================================================== */

#room-detail-sala {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  min-height: 100%;
  box-sizing: border-box;
  background-image: url('../img/Mobile/4Sala/Background_1.svg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
  overflow-y: visible !important;
}

/* Ocultar elementos */
.oculto {
  display: none !important;
}

/* Botón flotante para regresar */
.btn-back-floating {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.btn-back-floating:active {
  transform: scale(0.95);
}

/* Contenedor principal de la sala */
.sala-hero-container {
  position: relative;
  width: 100%;
  min-height: 260px;
  overflow: hidden;
}

.sala-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


.sala-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 55px 0 20px 18px;
}

.sala-text-block {
  flex: 1;
  padding-right: 10px;
  color: #000000;
}

.sala-title {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  color: #000000;
  line-height: 1;
}

.sala-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #111111;
}


.sala-desc {
  font-size: 1rem;
  color: #222222;
  line-height: 1.2;
}

.sala-window-block {
  width: 135px;
  margin-right: -15px;
  flex-shrink: 0;
}

.sala-window-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   ESTILOS SALA AUDIOVISUAL
   ========================================================================== */

/* Asegura visibilidad de la sala */
.room-detail-view.oculto {
  display: none !important;
}

.room-detail-view {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;

  overflow-x: hidden;
  overflow-y: visible;
}

/* Imagen de Fondo (Se maneja desde el CSS de #room-detail-sala) */
.sala-bg-img {
  display: none !important;
}

/* Contenido sobre el fondo */
.sala-inner-container {
  position: relative;
  z-index: 1;
  padding: 35px 16px 30px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Banner superior */
.sala-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.sala-banner-info {
  flex: 1;
}

.sala-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000000;
  margin: 0 0 6px 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
  overflow-wrap: break-word;
}

.sala-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.sala-desc {
  font-size: 0.9rem;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  opacity: 0.9;
  overflow-wrap: break-word;
}

/* Espacio de la Ventana SVG / Imagen */
.sala-window-box {
  width: 105px;
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sala-window-img,
.sala-window-box svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   ESTRUCTURA Y CALIBRACIÓN DE PANTALLA Y MUEBLE TV
   ========================================================================== */

.tv-carousel-section {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  max-width: none;
  position: relative;
  box-sizing: border-box;
}

/* Contenedor relativo para que todos los elementos dependan del SVG */
.tv-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

/* Imagen SVG base */
.tv-svg-base {
  width: 100%;
  height: auto;
  display: block;
}

/* Pantalla interna: encajada dentro del marco negro del TV */
.tv-screen-content {
  position: absolute;
  top: 3%;
  left: 7.5%;
  width: 85%;
  height: 38.5%;
  background-color: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Diapositivas */
.tv-slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.tv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-slide.active {
  opacity: 1;
  z-index: 1;
}

/* Textos de la pantalla */
.tv-placeholder {
  text-align: center;
  color: #000000;
}

.tv-placeholder-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.tv-placeholder-sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0.5px;
  color: #333333;
}

/* Flechas amarillas en los bordes de la pantalla */
.tv-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #f7e02b;
  border: 1.5px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.tv-prev-btn {
  left: 4px;
}

.tv-next-btn {
  right: 4px;
}

/* Puntos inferiores (Dots) */
.tv-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #7d7d7d;
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 10;
}

.tv-dots .dot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
}

.tv-dots .dot.active {
  opacity: 1;
}

/* Botón estrella */
.tv-star-icon {
  position: absolute;
  bottom: 6px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-color: #2b2b2b;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  z-index: 10;
}

/* Texto del proyecto justo dentro del mueble de madera (entre los dos elementos cafés) */
.tv-info-panel {
  position: absolute;
  top: 49%;
  left: 5%;
  width: 90%;
  height: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  box-sizing: border-box;
  padding: 6px 10px;
  overflow: hidden;
}

.tv-project-title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #000000;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.15;
}

.tv-project-category {
  font-size: 0.85rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 2px 0;
  line-height: 1.2;
  opacity: 0.9;
}

.tv-project-desc {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000000;
  margin: 0;
  line-height: 1.2;
  opacity: 0.85;
}

.tv-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ocultar texto provisional cuando la imagen está presente */
.tv-media-content + .tv-placeholder {
  display: none;
}



/* ==========================================================================
   SECCIÓN WORKSPACE (STORYBOARD - FOTO & COMEDOR)
   ========================================================================== */

.sala-workspace-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
  box-sizing: border-box;
}

/* Encabezado */
.workspace-header {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

.workspace-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000000;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.workspace-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 4px 0;
  opacity: 0.9;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.workspace-desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
  opacity: 0.85;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Cuadro / Frame Superior */
.workspace-frame-box {
  width: 58%;
  max-width: 230px;
  aspect-ratio: 4 / 3;
  background-color: #ffffff;
  border: 2px solid #222222;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  align-self: flex-start;
  margin-left: 4%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.workspace-frame-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.workspace-frame-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #b88ce8 0%, #fbd873 100%);
  color: #222222;
  font-size: 0.7rem;
  font-weight: 700;
}

/* Contenedor del Comedor y Monitor */
.workspace-desk-container {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}

/* Monitor / Pantalla sobre el escritorio */
.workspace-monitor-box {
  width: 60%;
  max-width: 230px;
  aspect-ratio: 4 / 3;
  background-color: #ffffff;
  border: 2px solid #222222;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-right: 6%;
  margin-bottom: -18px;
  /* Solapa ligeramente con la mesa */
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.workspace-monitor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.workspace-monitor-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
}

/* Círculo rojo provisional */
.red-dot-placeholder {
  width: 28px;
  height: 28px;
  background-color: #b71c1c;
  border-radius: 50%;
}

/* Imagen única del Comedor (Mesa, Silla, Plato y Piso) */
.workspace-desk-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}




/* ==========================================================================
   ESTILOS Y ANIMACIÓN DEL MODAL (STORYB / SHAPES)
   ========================================================================== */

/* Cursor interactivo para los activadores de la sala */
.workspace-frame-box,
.workspace-monitor-box {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workspace-frame-box:hover,
.workspace-monitor-box:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

/* Fondo oscuro translúcido */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
}

/* Tarjeta flotante blanca */
.modal-card {
  width: 100%;
  max-width: 380px;
  max-height: 85vh;
  background-color: #ffffff;
  border-radius: 12px;
  overflow-y: auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  animation: modalSlideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Cabecera del Modal */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 12px 20px;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.modal-close-btn {
  width: 22px;
  height: 22px;
  background-color: #d32f2f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease;
}

.modal-close-btn:active {
  transform: scale(0.85);
}

/* Área de Imagen y Controles */
.modal-media-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #d8b4fe 0%, #fef08a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.modal-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-placeholder-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #facc15;
  border: 1.5px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 0;
}

.modal-prev {
  left: 10px;
}

.modal-next {
  right: 10px;
}

/* Descripción e Historia */
.modal-body {
  padding: 20px;
}

.modal-subtitle {
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 14px 0;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.modal-text-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  margin: 0 0 12px 0;
}

.modal-text-content p strong {
  color: #000000;
  font-weight: 700;
}



/* ==========================================================================
   ESTILOS SECCIÓN MEDIOS DIGITALES (AJUSTE MOCKUP)
   ========================================================================== */
.sala-medios-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 35px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.medios-header {
  text-align: center;
  color: #000000;
  padding: 0 10px;
}

.medios-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 6px 0;
  letter-spacing: 1px;
  color: #000000;
}

.medios-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0 0 2px 0;
  color: #000000;
}

.medios-desc {
  font-size: 1rem;
  opacity: 0.85;
  margin: 0;
  color: #000000;
}

/* Fila de Contenido */
.medios-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
  /* Protege las flechas amarillas en el borde */
  box-sizing: border-box;
}

/* Pantalla Azul (Mayor protagonismo) */
.rrss-frame-wrapper {
  flex: 1.8;
  /* Aumenta la proporción respecto a la planta */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rrss-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  background-color: #a2daf0;
  border: 2.5px solid #000000;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Diapositivas */
.rrss-slides {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}

.rrss-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}

.rrss-slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* Capa de sombreado sutil (Overlay) al pasar el cursor */
.rrss-slide::after {
  content: "Ver en Behance ↗";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* Sombra elegante */
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  backdrop-filter: blur(1px);
}

.rrss-slide:hover::after {
  opacity: 1;
}

.rrss-main-text {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 1px;
  transition: transform 0.25s ease;
}

.rrss-slide:hover .rrss-main-text {
  transform: scale(0.95);
}

/* Botones amarillos laterales */
.rrss-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #facc15;
  border: 1.5px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 0;
}

.rrss-prev {
  left: -13px !important;
}

.rrss-next {
  right: -13px !important;
}

/* Puntos de navegación */
.rrss-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  background-color: rgba(100, 100, 100, 0.6);
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 10;
}

.rrss-dot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.rrss-dot.active {
  opacity: 1;
  transform: scale(1.2);
}

/* Contenedor Planta (Secundario) */
.medios-plant-box {
  flex: 0.7;
  /* Menor peso en la composición */
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-bottom: 25px;
}

.medios-plant-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Panel Inferior (Alineado directo debajo de la pantalla azul) */
.medios-info-panel {
  text-align: center;
  color: #000000;
  margin-top: 10px;
  width: 100%;
}

.medios-project-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 2px 0;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.medios-project-desc {
  font-size: 1rem;
  color: #000000;
  opacity: 0.85;
  margin: 0;
}




/* ==========================================================================
   ESTILOS SECCIÓN GUIONES & MODAL
   ========================================================================== */
.sala-guiones-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 15px 16px 30px 16px;
  box-sizing: border-box;
}

.guiones-header {
  text-align: center;
  color: #000000;
}

.guiones-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 6px 0;
  letter-spacing: 1px;
  color: #000000;
}

.guiones-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0 0 2px 0;
  color: #000000;
}

.guiones-desc {
  font-size: 1rem;
  opacity: 0.85;
  margin: 0;
  color: #000000;
}

.guiones-lamps-row {
  display: flex;
  justify-content: space-around;
  width: 80%;
  height: 40px;
}

.guiones-lamp-img {
  height: 100%;
  object-fit: contain;
}

/* Contenedor Interactivo Muebles */
.guiones-interactive-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.guiones-interactive-wrapper:hover {
  transform: scale(1.02);
}

.guiones-furniture-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tooltip / Hint de interacción sobre la imagen */
.guiones-click-hint {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
}

.guiones-click-hint span {
  background-color: #facc15;
  color: #000000;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1.5px solid #000000;
}

.guiones-interactive-wrapper:hover .guiones-click-hint {
  opacity: 1;
}

/* MODAL / POPUP */
.guiones-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.guiones-modal-overlay.oculto {
  display: none !important;
}

.guiones-modal-card {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  max-width: 380px;
  max-height: 80vh;
  border-radius: 16px;
  border: 2.5px solid #000000;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.guiones-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #facc15;
  border: 1.5px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.modal-guiones-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 4px 0;
}

.modal-guiones-subtitle {
  font-size: 1rem;
  color: #555555;
  margin: 0 0 16px 0;
}

.modal-guiones-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guion-item {
  border: 1.5px solid #000000;
  border-radius: 10px;
  padding: 12px;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guion-item-title {
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
}

.guion-item-tag {
  font-size: 0.875rem;
  background-color: #e2e8f0;
  padding: 2px 6px;
  border-radius: 4px;
  width: fit-content;
  font-weight: 600;
}

.guion-item-desc {
  font-size: 1rem;
  color: #333333;
  margin: 0;
}

.guion-btn-link {
  align-self: flex-end;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: #a2daf0;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #000000;
}