/* Shared section copy controls (synastry / natal / composite / davison) */
.syn-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    font-family: 'Playfair Display', serif;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
}

.syn-section-title-text {
    min-width: 0;
    flex: 1 1 auto;
}

.syn-copy-control {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex: 0 0 auto;
    margin-left: 12px;
}

.syn-copy-feedback {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #3d6b3d;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.syn-copy-feedback.is-visible {
    opacity: 1;
}

button.syn-copy-icon-btn {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0;
    color: #6a9cb8 !important;
    box-shadow: none !important;
    line-height: 1;
    flex: 0 0 auto;
    align-self: center;
    cursor: pointer;
    font-family: inherit;
}

button.syn-copy-icon-btn svg {
    display: block;
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    button.syn-copy-icon-btn:hover {
        background: none !important;
        color: #4a7f9c !important;
    }
}

button.syn-copy-icon-btn.copied {
    color: #3d6b3d !important;
    background: none !important;
}

button.syn-copy-icon-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

#aspectLists .syn-section-title,
#aspectLists h3.syn-section-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
}

#aspectLists .syn-section-title:first-child,
#aspectLists h3.syn-section-title:first-child {
    margin-top: 0;
}

.natal-house-cusps-plain .syn-section-title {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px 0;
}

.natal-positions-wrap > .syn-section-title {
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .syn-section-title {
        align-items: flex-start;
    }

    .syn-copy-control {
        align-self: flex-start;
        margin-top: 1px;
    }
}
