/* SDKKM Sunday Puja Sponsorship — uses temple's crimson/gold/cream palette */
.sdkkm-puja {
    max-width: 600px;
    margin: 2em auto;
    padding: 2em;
    background: #fffdf6;
    border: 1px solid #e8d8a8;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
}
.sdkkm-puja h2 {
    color: #8b1a1a;
    margin-top: 0;
    border-bottom: 2px solid #c9a64a;
    padding-bottom: 0.4em;
}
.sdkkm-puja-intro {
    color: #555;
    margin-bottom: 1.5em;
}
.sdkkm-row {
    margin-bottom: 1em;
}
.sdkkm-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3em;
    color: #333;
}
.sdkkm-row .req {
    color: #8b1a1a;
}
.sdkkm-row input,
.sdkkm-row select,
.sdkkm-row textarea {
    width: 100%;
    padding: 0.6em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    font-family: inherit;
}
.sdkkm-row input:focus,
.sdkkm-row select:focus,
.sdkkm-row textarea:focus {
    outline: none;
    border-color: #c9a64a;
    box-shadow: 0 0 0 2px rgba(201, 166, 74, 0.2);
}
.sdkkm-row select option:disabled {
    color: #999;
    font-style: italic;
}
.sdkkm-submit {
    background: #8b1a1a;
    color: #fff;
    padding: 0.8em 2em;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}
.sdkkm-submit:hover {
    background: #6b1414;
}
#sdkkm-puja-msg {
    margin-top: 1em;
    padding: 0.8em;
    border-radius: 4px;
}
#sdkkm-puja-msg.success {
    background: #e8f5e9;
    border: 1px solid #4caf50;
    color: #2e7d32;
}
#sdkkm-puja-msg.error {
    background: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
}
#sdkkm-puja-loading {
    text-align: center;
    color: #888;
    font-style: italic;
    padding: 2em;
}
