.aphf-form, .aphf-result {
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    max-width: 400px;
    background: #fafafa;
}
.aphf-form button, .aphf-btn {
    background: #ff6f61;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}
.aphf-form button:hover, .aphf-btn:hover {
    background: #e65c50;
}
.aphf-result img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}
