
.aipm-container {
    max-width: 900px;
    margin: auto;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 20px;
    font-family: Arial, sans-serif;
}

.aipm-container h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
}

.aipm-container p {
    text-align: center;
    margin-bottom: 30px;
}

.aipm-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aipm-box textarea {
    height: 140px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.aipm-box select,
.aipm-box input {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #ccc;
}

#generate-btn {
    background: black;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    cursor: pointer;
}

.aipm-preview {
    margin-top: 40px;
    text-align: center;
}

.aipm-preview img {
    max-width: 100%;
    border-radius: 20px;
}
