/**
 * Delice Recipe — Jump to Recipe Button
 * Inline button inserted above the recipe card in the natural page flow.
 * v3.6.1
 */

.delice-jump-to-recipe-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 9px 18px !important;
    margin: 0 0 16px !important;
    background: #FF6B35 !important;
    color: #fff !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(255,107,53,0.3) !important;
    transition: background 0.2s, box-shadow 0.2s !important;
    white-space: nowrap !important;
}

.delice-jump-to-recipe-btn:hover,
.delice-jump-to-recipe-btn:focus {
    background: #e55a25 !important;
    box-shadow: 0 4px 12px rgba(255,107,53,0.4) !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

.delice-jump-to-recipe-btn svg {
    flex-shrink: 0 !important;
    stroke: currentColor !important;
}
