/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./resources/blocks/talent-profile/index.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.talent-profile-loading {
  padding: 40px;
  text-align: center;
  color: #666;
  font-style: italic;
  background: #f9f9f9;
  border-radius: 6px;
}

.talent-profile-editor {
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e4e7;
  border-radius: 4px;
  max-width: 800px;
}

.talent-profile-section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 6px;
}

.talent-profile-section h3 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
  color: #1e1e1e;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 10px;
}

.talent-profile-section h4 {
  margin: 0 0 16px 0;
  font-size: 1.2em;
  color: #1e1e1e;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.talent-profile-section .components-base-control {
  margin-bottom: 16px;
}

.team-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}

.club-teams-selection,
.national-teams-selection {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px;
}

.club-teams-selection h4,
.national-teams-selection h4 {
  margin: 0 0 12px 0;
  font-size: 1.1em;
  color: #1e1e1e;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.team-checkboxes {
  max-height: 200px;
  overflow-y: auto;
}

.team-checkboxes .components-checkbox-control {
  margin-bottom: 8px;
}

.team-checkboxes .components-checkbox-control:last-child {
  margin-bottom: 0;
}

.no-terms-message {
  color: #666;
  font-style: italic;
  margin: 0;
  padding: 8px 0;
}

.achievement-item,
.cap-item {
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.achievement-item .components-text-control__input,
.cap-item .components-text-control__input {
  margin-bottom: 12px;
}

.achievement-item .components-button,
.cap-item .components-button {
  margin-top: 12px;
}

.social-media-item {
  margin-bottom: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.social-media-item h4 {
  margin: 0 0 12px 0;
  color: #1e1e1e;
  font-size: 1.1em;
  text-transform: capitalize;
}

.social-media-item .components-base-control {
  margin-bottom: 12px;
}

.social-media-item .components-base-control:last-child {
  margin-bottom: 0;
}

/* Cap-specific styles */
.cap-item {
  margin-bottom: 24px;
}

.cap-row {
  display: grid;
  grid-template-columns: 1fr 1fr 120px;
  gap: 12px;
  align-items: flex-start;
}

.caps-rugby h5,
.caps-cricket h5,
.caps-other h5 {
  margin: 0 0 16px 0;
  font-size: 1.1em;
  color: #1e1e1e;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.cricket-caps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.talent-profile-helper-text {
  margin: 0 0 16px 0;
  color: #666;
  font-style: italic;
  font-size: 13px;
}

.add-cap-button {
  margin-top: 8px;
}

/* Responsive design */
@media (max-width: 768px) {
  .team-selection {
      grid-template-columns: 1fr;
  }

  .talent-profile-editor {
      padding: 16px;
  }

  .talent-profile-section {
      padding: 16px;
  }
}

@media (max-width: 600px) {
  .cap-row {
    grid-template-columns: 1fr;
  }
}

/* Bio editor styles */
.talent-bio-editor {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
  min-height: 150px;
}

.talent-bio-editor p {
  margin-bottom: 1em;
}

.talent-bio-editor p:last-child {
  margin-bottom: 0;
}

.talent-bio-editor [data-rich-text-placeholder]:after {
  opacity: 0.62;
  pointer-events: none;
}

.components-base-control__help {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #757575;
}

/*# sourceMappingURL=talent-profile.css.map*/