/*
Theme Name: Solarina
Theme URI: https://github.com/DevCarlosFilipe/solarina
Author: Carlos Filipe
Author URI: https://github.com/DevCarlosFilipe
Description: Tema custom Solarina especialmente modificado para lojas de roupas de praia. Desenvolvido para o site solarinacroche.com
Version: 1.2.0
License: GNU General Public License v2 or later
License: GPL2
Text Domain: solarina
*/

body {
    margin: 0;
    font-family: 'Courgette', serif;
    background-color: #f5ecdf;
}

h1,
h2,
h3 {
    font-family: 'Courgette', serif;
    font-style: italic;
}


.session-title {
    font-family: 'Courgette', serif;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.session-title::before,
.session-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a85c2c;
}

/* WooCommerce/account styles moved to assets/css/woocommerce.css */

.post-single-section {
    padding: 4rem 0;
}

.post-single {
    background: #ffffff;
    border: 1px solid rgba(168, 92, 44, 0.16);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.04);
}

.post-single-header {
    margin-bottom: 2rem;
}

.post-single-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin-bottom: 1.75rem;
    object-fit: cover;
}

.post-single-meta {
    margin-bottom: 1rem;
    color: #5e4a38;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.post-single-title {
    margin: 0 0 1.25rem;
    font-size: 2.75rem;
    line-height: 1.05;
    color: #a85c2c;
}

.post-single-excerpt {
    margin: 0;
    color: #4a3422;
    font-size: 1.1rem;
    line-height: 1.9;
}

.post-single-content {
    color: #4a3422;
    line-height: 2;
}

.post-single-content p {
    margin-bottom: 1.5rem;
}

.post-single-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 18px;
}

.post-single-footer {
    margin-top: 3rem;
}

.post-edit-link {
    margin-top: 1.5rem;
}

.instagram-section {
    background-color: #fff;
    padding: 40px 20px;
}

@keyframes sand-sunshine {

    0%,
    100% {
        background-size: 100%;
    }

    50% {
        background-size: 170%;
    }
}