/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.beauty-result-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.beauty-result-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.beauty-result-header h1 span {
    color: #9B5CF6;
}

.beauty-result-header p {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #6b7280;
}

.beauty-profile-summary {
    background: #f8f7fb;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: left;
}

.beauty-profile-summary h3 {
    text-align: center;
    margin-bottom: 30px;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.profile-item span {
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 5px;
}

.profile-item strong {
    font-size: 16px;
    font-weight: 600;
}

.beauty-result-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary {
    background: linear-gradient(90deg, #EC4899, #8B5CF6);
    padding: 14px 28px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

.btn-secondary {
    background: #e5e7eb;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
}

.btn-primary:hover {
    opacity: 0.9;
}
