/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.3
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.link-preview {
    border: 1px solid #e6c200;
    padding: 10px;
    margin: 10px 0;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

.preview-title {
    font-size: 16px;
    font-weight: bold;
}

.preview-title a {
    text-decoration: none;
    color: #333;
}

.preview-description {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.preview-link a {
    font-size: 12px;
    color: #0073aa;
    text-decoration: none;
}
