.mapt-prayer-card {
    background: #ffffff;
    border: 3px solid #c9a227;
    border-radius: 12px;
    padding: 20px;
    max-width: 1100px;
    width: 95%;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
}

.mapt-prayer-card h2 {
    text-align: center;
    color: #003366;
    margin-bottom: 20px;
}

.mapt-prayer-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;

}

.mapt-prayer-table th {
    background: #003366;
    color: #ffffff;
    padding: 8px;
}

.mapt-prayer-table td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.mapt-prayer-table tr:nth-child(even) {
    background: #f8f6ed;
}

.mapt-prayer-table tr:hover {
    background: #fff3c4;
}

/* Two-column layout */

.mapt-two-column {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.mapt-column {
    flex: 1;
}

.mapt-column h3 {
    text-align: center;
    color: #C8A646;
    margin-bottom: 15px;
}

@media (max-width: 768px) {

    .mapt-two-column {
        display: block;
    }

    .mapt-column {
        margin-bottom: 30px;
    }

}
