/**
Theme Name: NFC For Pets
Author: Creative lion media
Author URI: https://creativelionmedia.com/
Description: Custom Functionality to add dog profiles
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nfc-for-pets
Template: astra
*/

.pet-profile-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.pet-profile-header {
    text-align: center;
    margin-bottom: 20px;
}

.pet-profile-header h1 {
    font-size: 28px;
    margin: 0;
    color: #333;
}

.profile-photo {
    text-align: center;
    margin-bottom: 20px;
}

.profile-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #ccc;
}

.profile-details {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.profile-details li {
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}

.profile-details li strong {
    color: #333;
}

.profile-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.profile-description h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}