/* Guru Peyarchi standalone shortcode. Reuses the predictions accordion
   skeleton (.tch-house-acc__*, scoped under #tch-predictions-content); only
   the page banner, the rasi icon in the head, the house diagram and the
   prediction prose are styled here. Mobile-first. */

.tch-guru-peyarchi #tch-predictions-content {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
    background: #ffffff;
}

.tch-guru-peyarchi .tch-gp-banner {
    margin: 0 0 18px;
    padding: 18px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #ffffff;
}

.tch-guru-peyarchi .tch-gp-banner__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}

.tch-guru-peyarchi .tch-gp-banner__now {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
}

.tch-guru-peyarchi .tch-gp-banner__now strong {
    color: #fde68a;
}

.tch-guru-peyarchi .tch-gp-banner__intro {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #d6fff7;
}

/* Rasi icon in the accordion head. */
.tch-guru-peyarchi .tch-gp-acc__icon {
    border-radius: 50%;
    background: #ffffff;
    flex: 0 0 auto;
    object-fit: cover;
}

/* The native rasi name uses .tch-house-acc__num (large white); the
   "N-ஆம் வீடு" tag uses .tch-house-acc__rasi (lighter). Keep the head
   readable when the icon is present. */
.tch-guru-peyarchi .tch-gp-acc__head {
    gap: 8px 14px;
}

.tch-guru-peyarchi .tch-gp-when {
    margin: 0 0 18px;
    padding: 16px 20px;
    border: 1px solid #5eead4;
    border-left: 5px solid #0d9488;
    border-radius: 12px;
    background: #f0fdfa;
}

.tch-guru-peyarchi .tch-gp-when__title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #0f766e;
}

.tch-guru-peyarchi .tch-gp-when__body {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.75;
    color: #1f2937;
}

.tch-guru-peyarchi .tch-gp-when__dates {
    margin: 0;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.85;
    color: #1f2937;
}

.tch-guru-peyarchi .tch-gp-para {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.85;
    color: #1f2937;
    text-align: justify;
}

.tch-guru-peyarchi .tch-gp-para:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tch-guru-peyarchi #tch-predictions-content {
        border: 0;
        padding: 0;
    }
    .tch-guru-peyarchi .tch-gp-banner__title { font-size: 19px; }
    .tch-guru-peyarchi .tch-gp-para {
        font-size: 14.5px;
        text-align: left;
    }
}

@media print {
    .tch-guru-peyarchi .tch-gp-acc__item { page-break-inside: avoid; }
}
