.oeuk-ogpm-container {
    font-family: "Inter", "Segoe UI", sans-serif;
    margin: 40px auto;
    max-width: 800px;
    padding: 20px;
}

.oeuk-ogpm-card {
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    padding: 30px;
}

.oeuk-ogpm-title {
    color: #3A3881;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.oeuk-ogpm-intro p {
    color: #4b5563;
    margin-bottom: 15px;
    line-height: 1.6;
}

.oeuk-ogpm-form-group {
    margin: 25px 0;
}

.oeuk-ogpm-form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.oeuk-ogpm-input-wrapper {
    display: flex;
    gap: 10px;
}

.oeuk-ogpm-input-wrapper input {
    flex: 1;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
}

.oeuk-ogpm-button {
    background: #3A3881;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}

.oeuk-ogpm-button:hover {
    background: #4d4ab3;
}

.oeuk-ogpm-button.send-btn {
    background: #16a34a;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

/* MP Result Card - Using APPG Listing Style */
.oeuk-ogpm-mp-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    margin-bottom: 25px;
}

.oeuk-ogpm-mp-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #3A3881;
}

.ogpm-mp-info h3 {
    margin: 0;
    font-size: 18px;
    color: #3A3881;
}

.oeuk-ogpm-email-area textarea {
    width: 100%;
    height: 300px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

/* Social Share */
.oeuk-ogpm-share-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #e5e7eb;
    text-align: center;
}

.ogpm-share-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ogpm-share-link {
    padding: 10px 15px;
    border-radius: 6px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.x-btn { background: #000; }
.li-btn { background: #0077b5; }
.fb-btn { background: #1877f2; }

.oeuk-ogpm-error { color: #dc2626; font-size: 14px; margin-top: 5px; }

@media (max-width: 600px) {
    .oeuk-ogpm-input-wrapper { flex-direction: column; }
    .oeuk-ogpm-mp-card { flex-direction: column; text-align: center; }
}