.aboulay-p3-wrap {
    padding: 32px;
    background: #ffffff;
    border-radius: 18px;
    margin: 24px 0;
}
.aboulay-p3-wrap h2 {
    color: #0B6E3D;
    margin-top: 0;
}
.aboulay-p3-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}
.aboulay-p3-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.aboulay-p3-card h3 {
    color: #0B6E3D;
    margin: 0 0 10px;
}
.aboulay-p3-card p {
    color: #374151;
}
.aboulay-p3-btn,
.aboulay-p3-form button {
    display: inline-block;
    background: #0B6E3D;
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.aboulay-p3-form {
    display: grid;
    gap: 12px;
    max-width: 760px;
}
.aboulay-p3-form input,
.aboulay-p3-form textarea {
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    width: 100%;
}
.aboulay-p3-result {
    margin-top: 18px;
    background: #f0fdf4;
    border-left: 4px solid #0B6E3D;
    padding: 18px;
    border-radius: 12px;
    white-space: pre-wrap;
}
