/*
Theme Name: blocksy Child Theme
Template: blocksy
Description: Child Theme für das Eltern-Theme
Version: 1.0.0
*/


/* shortcode  [parfums_mit_duftnote] */ 


.duftnote-parfums {
    margin-top: 30px;
}

.duftnote-parfum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.duftnote-parfum-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}

.duftnote-parfum-card a {
    font-weight: 600;
    text-decoration: none;
}

.duftnote-header-image {
    margin-bottom: 20px;
}

.duftnote-header-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 14px;
}

.duftnote-count {
    margin: 8px 0 20px;
    font-size: 15px;
    color: #555;
}

.aehnliche-duftnoten {
    margin-top: 35px;
}

.aehnliche-duftnoten-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.aehnliche-duftnote-card {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 8px 14px;
    background: #fff;
    text-decoration: none;
    font-weight: 500;
}

.duftnote-synonyme {
    margin-top: 35px;
}

.duftnote-synonyme p {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.7;
}

.duftnote-familien {
    margin: 10px 0 20px;
    font-size: 15px;
}

.duftnote-familien a {
    text-decoration: none;
    font-weight: 600;
}

.duftnote-familien {
    margin: 15px 0 25px;
    font-size: 15px;
}

.duftnote-familien a {
    font-weight: 600;
    text-decoration: none;
}


/* ende [parfums_mit_duftnote] */




/* Anfang Notenfamilie */

.notenfamilie-count {
    margin: 10px 0 25px;
    font-size: 15px;
    color: #555;
}

/* ende Notenfamilie */

/* Duft-DNA Balken */


/* Duft-DNA */

.duft-dna-box {
    max-width: 720px;
    margin: 30px 0;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
}

.duft-dna-box h3 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.3;
}

.duft-dna-item {
    margin-bottom: 13px;
}

.duft-dna-item:last-child {
    margin-bottom: 0;
}

.duft-dna-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
}

.duft-dna-label span {
    font-weight: 500;
}

.duft-dna-label strong {
    min-width: 22px;
    text-align: right;
    font-size: 13px;
}

.duft-dna-bar {
    width: 100%;
    height: 8px;
    background: #e9e9e9;
    border-radius: 999px;
    overflow: hidden;
}

.duft-dna-fill {
    height: 100%;
    min-width: 4px;
    background: linear-gradient(90deg, #8b5cf6, #ec4899);
    border-radius: 999px;
}

@media (max-width: 768px) {
    .duft-dna-box {
        padding: 18px;
    }
}

/* ENDE Duft-DNA Balken */



/* Duft-Akkorde */

.duft-accords-box {
    max-width: 720px;
    margin: 30px 0;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
}

.duft-accords-box h3 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.3;
}

.duft-accords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.duft-accord-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: #f3f3f3;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}

.duft-accord-chip:hover {
    background: #e6e6e6;
    text-decoration: none;
}


/* ENDE Duft-Akkorde */


/* Hinweis Redaktionell gesetzte Duftbeziehung */
.similar-manual-note {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

/* ENDE Hinweis Redaktionell gesetzte Duftbeziehung */

/* Community-Vergleich Box */
.community-compare-box {
    margin-top: 25px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fafafa;
}

.community-compare-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.community-compare-box p {
    margin: 0;
    line-height: 1.6;
    color: #444;
}

.community-compared-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.community-compared-list li {
    margin: 0;
}

.community-compared-list a {
    display: block;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-decoration: none;
    color: #222;
    transition: 0.2s ease;
    font-size: 14px;
}

.community-compared-list a:hover {
    border-color: #999;
    transform: translateY(-2px);
}

/* ENDE Community-Vergleich Box*/


/* Seite Community-Vergleich */
.community-overview-box {
    margin-top: 30px;
}

.community-overview-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 16px;
    margin-bottom: 20px;
    background: #fafafa;
}

.community-overview-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.community-overview-card ul {
    margin-top: 10px;
    padding-left: 18px;
}

.community-overview-card li {
    margin-bottom: 6px;
}

.ps-vergleich-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:24px;
    margin-top:30px;
}

.ps-vergleich-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:18px;
    overflow:hidden;
    transition:0.25s;
    box-shadow:0 4px 18px rgba(0,0,0,0.04);
}

.ps-vergleich-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 30px rgba(0,0,0,0.08);
}

.ps-vergleich-image{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    padding:20px;
    height:260px;
}

.ps-vergleich-image img{
    max-width:100%;
    max-height:220px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}

.ps-vergleich-content{
    padding:18px;
}

.ps-vergleich-type{
    display:inline-block;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
    background:#f4f4f4;
    padding:6px 10px;
    border-radius:999px;
    margin-bottom:12px;
}

.ps-vergleich-content h3{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.2;
}

.ps-vergleich-content h3 a{
    text-decoration:none;
}

.ps-vergleich-scores{
    display:flex;
    flex-direction:column;
    gap:6px;
    margin-bottom:10px;
    font-size:14px;
}

.ps-vergleich-votes{
    font-size:13px;
    opacity:0.7;
}

/* ENDE Seite Community-Vergleich */



