/* Bordered Smart Link Template */
.content-craft-ai-smart-link {
  display: block;
  margin: 20px 0;
  padding: 24px 32px;
  background-color: #ffffff;
  border: none;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  font-size: inherit;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease;
}

.content-craft-ai-smart-link:hover {
  background-color: #f9fafb;
}

.content-craft-ai-smart-link:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  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='%23000000' 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.7;
  transition: all 0.3s ease;
}

.content-craft-ai-smart-link.content-craft-ai-smart-link-external:before {
  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='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
}

.content-craft-ai-smart-link:hover:before {
  opacity: 1;
}

.content-craft-ai-smart-link a {
  display: inline;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  font-size: inherit;
  padding-right: 35px;
  transition: color 0.2s ease;
}

.content-craft-ai-smart-link a:hover {
  color: #3b82f6;
  text-decoration: none;
}

.content-craft-ai-smart-link p {
  display: inline;
  margin: 0 0 0 10px;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 35px;
}
