#pickleballTimerControlSection {
  margin-top: 20px;
  text-align: center;
}
#pickleballTimerControlSection b {
  display: block;
  margin-bottom: 10px;
}
.pickleball-timer-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
}
.pickleball-timer-row label {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  width: auto;
  display: inline-block;
  text-align: left;
}

.pickleball-timer-row input[type="radio"] {
  margin: 0;
  height: 16px;
  width: 16px;
}
#pickleballMarqueeSection {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#pickleballMarqueeOptions {
  text-align: left;
}
.pickleball-marquee-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
}
.pickleball-marquee-row input[type="radio"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 16px;
}
.pickleball-marquee-row label {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  width: 80px;
  display: inline-block;
  text-align: left;
}
#pickleballMarqueeSection textarea {
  font-size: 16px;
  padding: 5px;
  margin: 5px;
  width: calc(100% - 10px);
  height: 60px;
  resize: none;
  box-sizing: border-box;
  display: block;
}
#pickleballMarqueeSection button {
  font-size: 16px;
  padding: 10px 20px;
  margin: 10px 5px;
  background-color: #ff7300;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: calc(100% - 10px);
}
#pickleballMarqueeSection button:hover {
  background-color: #e66a00;
}
#pickleballMarqueeSection button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Keep temporary feedback visible even while the request disables the button. */
#pickleballMarqueeSection button.action-feedback-btn.status-loading,
#pickleballMarqueeSection button.action-feedback-btn.status-info {
    background-color: #0066cc;
}

#pickleballMarqueeSection button.action-feedback-btn.status-success {
    background-color: #16833c;
}

#pickleballMarqueeSection button.action-feedback-btn.status-error {
    background-color: #c62828;
}
.pickleball-skin-options {
  margin-top: 0px;
  text-align: left;
}
.pickleball-skin-option {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}
.pickleball-skin-option input[type="radio"] {
  margin: 6px 10px 0 0;
  vertical-align: top;
}
.pickleball-skin-content {
  flex: 1;
}
.pickleball-skin-title {
  font-size: 18px;
  margin: 0;
  cursor: pointer;
}
.pickleball-skin-preview {
  width: 100%;
  object-fit: cover;
}
.pickleball-info-options {
  margin-top: 20px;
  text-align: left;
}
.pickleball-info-row {
  display: flex;
  align-items: baseline;
  margin: 10px 0;
  gap: 10px;
}
.pickleball-info-row label {
  font-size: 16px;
  width: 120px;
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.pickleball-info-row .team-name-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0;
}

#pickleballSkinSubTab {
  display:none;
}

#pick-reset-button {
  width: 75%;
}
