
body {
    font-family: Arial, sans-serif;
}

.tsp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 20px;
}

.tsp-card {
    background: #fffaf0;
    border: 1px solid #e0c097;
    border-radius: 10px;
    padding: 15px;
}

.tsp-card img {
    width: 100%;
    border-radius: 8px;
}

.tsp-btn {
    background: #d97706;
    color: white;
    padding: 10px 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
}

.tsp-donation-form input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}
