/* Tools page styles */

/* Container for tools page - 95% width */
.container {
  max-width: 95% !important;
  margin: 40px auto 0 auto !important;
}

@media (max-width: 1024px) {
  .container {
    max-width: 95% !important;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 95% !important;
  }
}

/* Navigation bar - 95% width */
nav .container {
  max-width: 95% !important;
}

.btn-icon {
  padding: 12px !important;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 12px !important;
}

.tool-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tool-item-content {
  flex: 1;
}

.tool-item-name {
  font-weight: 600;
  margin-bottom: 5px;
}

.tool-item-details {
  font-size: 12px;
  color: #7f8c8d;
}

.tool-item-actions {
  display: flex;
  gap: 5px;
  margin-left: 10px;
}

.category-tag {
  display: inline-block;
  background: #ecf0f1;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.goal-progress {
  margin-top: 10px;
}

.goal-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 5px;
}

.color-swatch-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-right: 8px;
  vertical-align: middle;
}
