:root {
  --gold: #B9A16B;
  --dark-bg: #1a1414;
  --light-bg: #fdfdfd;
  --highlight: #f1f1f1;
}

html, body {
  touch-action: manipulation;
}


/*Welcome Page*/
#welcomePage {
  text-align: center;
  padding: 40px 20px;
}
/* welcome to the wexham park golf centre*/
.welcome-title {
  /* color: #B9A16B;  <-- remove this */
  margin-bottom: 30px;
}

#welcomePage #logoPlaceholder {
  width: 150px;
  height: 150px;
  background-color: #e0e0e0;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*we hope you enjoy your adventure golf trip around the world*/
.welcome-text {
  text-align: center;
  margin: 20px;
  margin-bottom: 40px;
}

.open-scorecard-btn {
  padding: 12px 24px;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
} 
/*reset game popup*/
/* Modal container */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Hide modal */
.modal.hidden {
  display: none;
}

.modal-content .reset-modal-title {
  color: #000000;       /* Or any color you like */
  font-size: 1.5rem;     /* Adjust size as needed */
  margin-bottom: 1rem;   /* Spacing under the title */
  margin-top: 35px;
  font-weight: 600;      /* Slightly bold */
}

/* Modal content box */
.modal-content {
  background-color: rgba(255, 255, 255, 0.0); /* fully transparent box */
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: none; /* optional: remove drop shadow */
  position: relative;
  max-width: 400px;
  width: 90%;
  text-align: center;
  border: 2px solid white; /* optional: add a light border for visibility */
}

/* Close button */
.modal-content .close-btn {
  all: unset; /* resets all inherited button styles */
  position: absolute;
  top: 8px;
  right: 18px;
  font-size: 28px; /* larger size */
  color: #B9A16B;
  cursor: pointer;
  transition: color 0.2s;
  background: transparent;
}


/* Buttons inside reset modal/pop-up */
.modal-content button {
  margin: 1rem 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Specific styling for Reset Scores Only button */
.modal-content .reset-scores-btn {
  background-color: #B9A16B;
  color: white;
}

.modal-content .reset-scores-btn:hover {
  background-color: #a38c59;
}

/* Specific styling for Reset Everything button */
.modal-content .reset-everything-btn {
  background-color: #a38c59;
  color: white;
}

.modal-content .reset-everything-btn:hover {
  background-color: #a38c59;
}


/*recover scores button*/
.recover-scores-btn {
  background-color: #a38c59; /* green to indicate recovery/positive action */
  color: white;
}



/*end of welcome page*/



body {
  margin: 0;
  padding: 0;
  text-align: center;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.hidden {
  display: none;
}

.visible {
  display: block; /* or flex, depending on your layout */
}


.logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.instruction {
  margin-bottom: 20px;
  max-width: 340px;
}
/* Add Player Button */
.input-group button {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 3px;
  height: 40px;
}

/* Enter Player Name Field – unified and corrected */
#playerNameInput {
  appearance: none;
  -webkit-appearance: none;
  height: 40px;
  max-height: 40px;
  width: 200px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  padding: 0 10px;
  border: 2px solid transparent;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: border-color 0.2s ease;
}


#playerNameInput:focus {
  outline: none;
}

/* Title: "Player List" */
.player-list-title,
.leaderboard-title {
  margin-top: 30px;
}

/* Player Score List (below plus & minus container) */
.player-score-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  touch-action: manipulation;
}

/* Player List on Add Player Page */
.player-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  font-size: 1.2rem;
}

/* Player Entry Display */
.player-entry {
  padding: 6px 20px;
  background-color: none;
  border: 2px solid;
  border-radius: 30px;
  cursor: pointer;
  width: 90%;
  max-width: 220px;
  min-width: 180px;
  text-align: center;
}

.player-entry,
.player-entry.selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}

.player-entry.selected {
  background-color: #FBFAF7;
  font-weight: bold;
  color: black;
}

.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 1px;
}
/*navigation arrow buttons*/
.nav-btn {
  border: none;
  padding: 8px 16px;
  font-size: 1.2rem;
  border-radius: 5px;
  cursor: pointer;
  touch-action: manipulation;
}
#holePage {
  padding: 25px 20px 20px 20px; /* top right bottom left */
  overflow-x: hidden;
}

/*hole number*/
.hole-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.par {
  font-size: 1rem;
  margin-bottom: 30px;
}

.hole-name {
  padding-top: 10px;
  padding-bottom: 15px; /* Prevent clipping of descenders */
  transform: translateZ(0); /* Triggers GPU rendering */
  -webkit-font-smoothing: antialiased; /* Optional: improves clarity in WebKit browsers */
  text-align: center;
  max-width: 90%;           /* Prevents full-width stretching */
  margin: 0 auto;           /* Centers the text block */
  white-space: normal;
  word-break: break-word;
}

.score-input {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; /* centers it */
  height:48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 20px;
  gap: 10px;
}

#selectedPlayerName {
  flex: 1;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.score-display {
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0; /* prevent oval stretching */
}


.score-buttons {
  display: flex;
  gap: 5px;
  touch-action: manipulation;
}



.minus-btn {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

.plus-btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}
/*score display within plus & minus*/


.next-button {
  margin-top: 40px;
  font-size: 1.1rem;
  font-family: helvetica;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 12px;
  width: 90%;
  max-width: 300px;
  min-width: 180px;
  touch-action: manipulation;
}

/*Title - current leader board*/ 
.leaderboard-title {
  display: block; /* changed from flex to block for simplicity */
  margin: 60px 0 20px; /* added bottom margin for spacing */
  text-align: center;
  line-height: 1.2; /* ensures proper vertical spacing */
  white-space: nowrap; /* prevents wrapping */
  overflow: vissible; /* hides overflow if too long */
  padding-right: 4px;
  text-overflow: ellipsis; /* adds '...' if text overflows */
}

.leaderboard-row {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 250px;
  min-width: 180px;
  padding: 8px 16px;
  background-color: none; /*off white due to board behind*/
  border-radius: 5px;
}
.leaderboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  width: 80%;
  max-width: 220px;
  min-width: 180px;
  margin-top: -18px; /*minus is being used to bring the leaderboard closer to the leaderboard title*/
  font-size: 0.8rem
}

.leaderboard-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2px 0;
  border: none;
}

.leaderboard-row:last-child {
  border-bottom: none; /* Remove line under last row */
}


/* Tweak layout responsively */
@media (max-width: 400px) {
  .score-input {
    width: 87%;
    gap: 10px;
  }



  #selectedPlayerName {
    font-size: 1rem;
  }

  
}


/*Remove Player Conformation*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  border-radius: 10px;
  padding: 20px 30px;
  max-width: 300px;
  text-align: center;
}

.modal-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.modal-btn {
  padding: 8px 16px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.hidden {
  display: none;
}

/* Character Limit Modal */
#charLimitModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#charLimitModal.show {
  display: flex;
}

#charLimitModal .modal-content {
  border-radius: 12px;
  padding: 20px 30px;
  max-width: 350px;
  text-align: center;
}

#charLimitMessage {
  margin-bottom: 15px;
}

#charLimitOk {
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
}

.delete-btn {
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 10px; /* Optional: adjust spacing */
}



#summaryPage {
  text-align: center;
  padding: 40px 20px;
}


/*summary page after hole 18*/
.summary-title {
  margin-bottom: 30px;
}

.logo-placeholder img.final-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  align-items: center;
}

.summary-message {
  align-items: center;
}

.final-score-button {
  padding: 12px 40px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 35px;
  /*end of summary page*/
}

/*final score page start*/
#finalScoresPage {
  text-align: center;
  padding: 40px 20px;
}
/*mini score card title*/
.final-title {
  margin-bottom: 20px;
}

.winner-announcement {
  margin-bottom: 40px;
}

.full-score-button {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #B9A16B;
  border: none;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
} /*final score page end*/

/*full score card page start*/
#fullScoreCardPage p /*want a copy text*/ {
  text-align: center;
  margin-top: 20px;
}
/* Full score card page styles */
#fullScoreCardPage p {
  text-align: center;
  margin-top: 20px;
}

#fullScoreTable {
  overflow-x: auto;
  margin: 20px auto;
  width: 100%;
  font-size: 0.9rem;
}

#fullScoreTable table {
  border-collapse: collapse;
  width: 100%;
  min-width: 400px;
}

/* Header row */
#fullScoreTable th {
  padding: 6px 10px;
  text-align: center;
}

/* Default table cell styling */
#fullScoreTable td {
  background-color: transparent;
  padding: 6px 10px;
  text-align: center;
}

/* download button style */
.download-themed-btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}


/* Printable Scorecard Styling  */
/* ============================= */
/* Global box-sizing and font adjustments */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* Printable Scorecard Overlay */
#printableScorecard {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100vw;
  min-height: 100vh;
  background: white;
  z-index: 9999;
  text-align: center;
  overflow: visible;
  padding: 0 0 40px;
  margin: 0;
  isolation: isolate; /* ✅ Helps avoid mobile rendering bugs */
}

/* Main Scorecard Content Wrapper */
.printable-scorecard {
  display: block;
  width: auto;
  min-width: fit-content;
  max-width: none;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 20px;
  overflow: visible;
  min-height: 100vh; /* Give breathing room for mobile clipping */
}

/* Table itself */
#printableScorecard table {
  width: auto;
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  margin: 0 auto;
}

/* Inner content container */
#scorecardContent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: visible;
  min-height: 100vh;
  padding-bottom: 40px;
}

/* Logo */
.printable-venue-logo {
  width: 160px;
  max-width: 50%;
  height: auto;
  margin: 20px auto 16px;
  display: block;
  max-height: 120px;
  object-fit: contain;
}

/* Headings */
.printable-heading {
  margin: 8px 0 16px;
  font-size: 2rem;
  font-weight: 700;
}

.printable-intro {
  margin: 0 0 24px;
  font-size: 1.1rem;
}

/* Table Wrapper */
.printable-table-wrapper {
  width: 100%;
  overflow: visible;
  padding-bottom: 8px; /* ✅ Space under table to avoid cropping */
  /*border: 3px dashed pink;*/
}

/* Farewell message */
.printable-farewell {
  margin-top: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}

/* Flex container (if used) */
#scorecardFlexWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

/* Reset default spacing */
body, html {
  margin: 0;
  padding: 0;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
  #printableScorecard,
  #scorecardContent,
  .printable-scorecard,
  .printable-table-wrapper {
    min-height: 100vh;      /* ✅ More vertical space for mobile */
    padding-bottom: 40px;   /* ✅ Increased bottom space */
  }
}

 /*full score card page end*/

/*loading message and spinner for download*/
/* Spinner Styles */
#scorecardSpinner .spinner-backdrop {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  font-family: sans-serif;
}

#scorecardSpinner .spinner {
  width: 48px;
  height: 48px;
  border: 6px solid #ccc;
  border-top-color: #3c8dbc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 12px;
}

#scorecardSpinner .spinner-text {
  font-size: 1.2rem;
  color: #333;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}





/*rating experience system and faces*/
.rating-container {
  text-align: center;
  margin-top: 20px; /* ↓ Try 20px instead of 40px */
}


/* Removes extra space around the logo */
.logo-placeholder {
  margin-bottom: 8px; /* Try lowering to 8 or even 4 if needed */
}

/* Tighten the logo’s own margins */
#logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  height: auto;
}



#rating-prompt {
  margin-top: 0;
  margin-bottom: 12px; /* You can try reducing this to 8px */
  line-height: 1.3;
}



.rating-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap; /* 🛑 Prevent wrapping */
  /*overflow-x: auto;   /* ✅ Scroll horizontally if needed, commeted out currently*/
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
}

.rating-face svg {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

/* On small screens (like iPhone SE), scale down the icons */
@media (max-width: 375px) {
  .rating-face svg {
    width: 48px;
    height: 48px;
  }

  .rating-row {
    gap: 8px;
  }
}


.rating-face:hover {
  transform: scale(1.1);
}

.selected-face {
  margin: 0 auto;
  display: block !important;
  transform: scale(1.2);
}

/*feedback box*/
/* comment Modal background */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hidden state */
.modal.hidden {
  display: none;
}

/* comment Modal box */
.modal-content {
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  padding: 20px;
  box-sizing: border-box; /* ensures padding is inside width */
  text-align: center;
  position: relative;
  border-width: 3px;
  max-height: 80vh; /* Keep it within screen even when keyboard is open */
  overflow-y: auto;
}

.modal-content h3 {
  margin-top: 25px;     /* add space from top (close button) */
  margin-bottom: 10px;   /* reduce space below heading */
}


/* Close button */
.modal-content .close {
  position: absolute;
  top: 5px; 
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

/* Textarea */
#feedbackInput {
  font-size: 16px; /* ← critical for preventing zoom */
  line-height: 1.4;
  width: 80%;
  margin: 5px auto 10px;  /* top 5px, horizontal auto to center, bottom 10px */
  resize: vertical;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* Buttons for feedback box*/
.modal-buttons {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.modal-buttons button {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}



/*speech bubble pop up*/
.rating-face {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  overflow: visible; /* <-- critical */
}

.speech-bubble {
  position: absolute;
  top: 50%;
  left: calc(100% - 3px);
  transform: translateY(-50%);
  background-color: var(--arrow-color, green);
  color: white;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 0.55rem;
  text-align: center;
  width: max-content;
  max-width: 80vw;
  white-space: normal;
  word-break: break-word;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}


.speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; /* position arrow exactly at left edge of bubble */
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent var(--arrow-color, green) transparent transparent;
}




.hidden {
  display: none;
}

/*trial now*/
/* Popup overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh; /* dynamic viewport height for mobile compatibility */
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 1rem;
  box-sizing: border-box;
}

.popup-overlay.visible {
  display: flex;
}

.popup-content {
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  max-width: 400px;
  width: 100%;
  position: relative;
}


/* Heading and text */
.popup-content h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.popup-content p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

/* Button styling */
.reward-button {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* Close button used on a few diiffernt things*/
.close-button {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  font-size: 1.8rem;
  cursor: pointer;
  background: none;
  border: none;
}


/* Mobile responsiveness */
@media (max-width: 480px) {
  .popup-content {
    padding: 1.2rem;
    font-size: 0.95rem;
  }

  .popup-content h2 {
    font-size: 1.25rem;
  }

  .popup-content p {
    font-size: 0.95rem;
  }

  .reward-button {
    font-size: 0.95rem;
    padding: 0.7rem 1.2rem;
  }

  .close-button {
    font-size: 1.3rem;
  }
}



/*verify reward popup*/
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  padding: 20px;
  z-index: 1000;
  border-radius: 10px;
  text-align: center;
}

.gold-button {
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 1rem; /* staff code button style */
}

/*.gold-button:hover {
  background-color: #a48c58;  /Optional: slightly darker for hover effect/
}*/


.popup.hidden {
  display: none;
}
.popup.visible {
  display: block;
}

/*staff button functionality*/
#staffCodeContainer {
  margin-top: 10px;
  text-align: center;
}
#staffCodeInput {
  font-size: 16px; /* Prevent mobile zoom */
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
  max-width: 300px;
  margin: 1rem auto;
  display: block;
  outline: none; /* Removes the default blue outline */
}



.staff-submit-button {
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}


.hidden {
  display: none;
}

/*hiding rating face forced when feedback modal closed*/
.hidden {
  display: none !important;
}

/*golfingscores logo footer*/
.brand-footer {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  /*margin-top: 40px;*/ /* Add spacing if needed */
  margin-bottom: 10px;
}

.brand-footer img {
  height: 50px;
  width: auto;
  max-width: 90vw;
  opacity: 0.9;
}


/* Optional: adjust on smaller mobile screens */
/*@media (max-width: 480px) {
  .brand-footer img {
    height: 30px;
  }
}*/

/* Layout wrapper to pin footer at bottom */
.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Main content grows to fill space above footer */
.page-container > *:not(.brand-footer) {
  flex-grow: 1;
}

/*only one player modal popup*/
/* Go Back button */
#singlePlayerCancelBtn {
  background-color: #ccc;  /* Bootstrap "danger" red */
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}

/* Continue button */
#singlePlayerContinueBtn {
  background-color: #B9A16B;  /* Bootstrap "success" green */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}






