/* Minimal Smart Link Template - Minimal Border Style */
.content-craft-ai-smart-link {
  display: block;
  margin: 15px 0;
  padding: 24px;
  background-color: transparent;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  font-size: inherit;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease;
}

.content-craft-ai-smart-link:hover {
  border-top-color: #d1d5db;
  border-bottom-color: #d1d5db;
  background-color: #f9fafb;
}

.content-craft-ai-smart-link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23a3a3a3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.content-craft-ai-smart-link:hover::after {
  transform: translate(3px, -50%);
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
}

.content-craft-ai-smart-link a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}

.content-craft-ai-smart-link a:hover {
  text-decoration: underline;
}

.content-craft-ai-smart-link p {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 0.875em;
  padding-right: 25px;
}
