/*
 * WPGiftRegistry — link tidy-ups only.
 * ------------------------------------------------------------------
 * The card design is intentionally left as the plugin's original (reverted
 * on request). The ONLY thing kept here is styling for the compact links that
 * wpgr-modern.js builds from long raw URLs pasted into gift descriptions
 * (e.g. "fruugo.dk ↗"). Loaded after the plugin's stylesheet via functions.php.
 */

.wpgr-m_card__desc .wpgr-desc-link {
    color: #0078b8 !important;          /* site blue */
    text-decoration: none !important;
    font-weight: 500 !important;
    word-break: break-word !important;
}
.wpgr-m_card__desc .wpgr-desc-link:hover,
.wpgr-m_card__desc .wpgr-desc-link:focus {
    text-decoration: underline !important;
}
