/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/


/* Style the textarea in checkout */
#service_urls_field textarea {
    min-height: 100px;
    font-family: monospace;
}

/* Style URLs display in admin and frontend */
.order-urls pre {
    white-space: pre-wrap;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* Style individual URLs in emails */
.email-urls li {
    margin-bottom: 5px;
    word-break: break-all;
}



