/* Daily Property Post Styles */
.fengshui-daily-property {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.fengshui-daily-property h2 {
    color: #d32f2f;
    margin-top: 25px;
}

.fengshui-daily-property h3 {
    color: #1976d2;
    margin-top: 20px;
}

.fengshui-daily-property ul {
    margin: 15px 0;
}

.fengshui-daily-property li {
    margin-bottom: 15px;
    padding: 10px;
    background: white;
    border-left: 3px solid #d32f2f;
}

/* Phi Tinh Table */
.phi-tinh-table {
    margin: 20px auto;
    border-collapse: collapse;
    width: 300px;
}

.phi-tinh-table td {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    position: relative;
}

.phi-tinh-table .star-8 {
    background-color: #ffeb3b;
    font-weight: bold;
}

.phi-tinh-table .palace-label {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 11px;
    color: #666;
}