/* style.css para Comenta Aí Fut */

.caf-time-item {
  background: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}

.caf-time-item h3 {
  margin-top: 0;
  font-size: 1.2em;
}

.caf-comment-form textarea,
.caf-comment-form input[type="text"],
.caf-comment-form input[type="file"] {
  margin-top: 5px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.caf-comment-form button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}

.caf-comment-form button:hover {
  background: #005d8f;
}

#caf-popup {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 8px;
}

#caf-popup-close {
  background: #f44336;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}

#caf-popup-close:hover {
  background: #c62828;
}

#caf-search-time {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.caf-last-comment {
  font-style: italic;
  color: #555;
}

.caf-form-msg {
  font-size: 0.9em;
}
