[data-component-id="intervarsity_base_9:button_text_link"] {
  display: inline-block;
  text-decoration: none;
  &:hover .button-text-link-arrow {
    transform: translateX(5px);
  }
  .button-text-link-content {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  .button-text-link-label {
    color: #ff6b35; /* orange color */
    font-size: 14px;
    font-family: Avenir, sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: var(--line-height-leading-5, 20px);
  }
  
  /* Dark theme support */
  .theme-dark .button-text-link-label {
    color: white;
  }
  
  .button-text-link-arrow {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
}
