/* Autopilot Minimal Profile — independent of MyListing theme templates. */
.ap-profile{max-width:1180px;margin:0 auto;padding:18px 0 50px;color:#171717;font-family:inherit}
.ap-profile *{box-sizing:border-box}
.ap-profile__header{display:flex;justify-content:space-between;gap:28px;align-items:center;padding:26px 28px;border:1px solid #e7e7e7;border-radius:16px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.ap-profile__identity{display:flex;align-items:center;gap:20px;min-width:0}
.ap-profile__logo{width:92px;height:92px;flex:0 0 92px;border:1px solid #eee;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ap-profile__logo img{width:100%;height:100%;object-fit:contain}
.ap-profile__heading h1{margin:0 0 8px;font-size:31px;line-height:1.25;font-weight:700;letter-spacing:-.3px}
.ap-profile__tagline{margin:0 0 10px;font-size:16px;color:#666;line-height:1.7}
.ap-profile__meta{display:flex;flex-wrap:wrap;gap:8px;color:#666;font-size:13px}
.ap-profile__meta span{padding:5px 10px;background:#f6f6f6;border-radius:999px}
.ap-profile__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-start}
.ap-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border-radius:9px;border:1px solid #ddd;background:#fff;color:#222;text-decoration:none!important;font-size:14px;font-weight:600;transition:.15s ease}
.ap-btn:hover{transform:translateY(-1px);box-shadow:0 5px 15px rgba(0,0,0,.08)}
.ap-btn--primary{background:#111;color:#fff;border-color:#111}
.ap-profile__grid{display:grid;grid-template-columns:290px minmax(0,1fr);gap:24px;margin-top:24px;align-items:start}
.ap-card,.ap-section{border:1px solid #e9e9e9;border-radius:14px;background:#fff;padding:22px 24px}
.ap-card{margin-bottom:16px}
.ap-card h2,.ap-section h2{font-size:18px;line-height:1.4;margin:0 0 18px;font-weight:700}
.ap-row{display:flex;flex-direction:column;gap:5px;padding:13px 0;border-top:1px solid #f0f0f0;font-size:14px;line-height:1.65}
.ap-row:first-of-type{border-top:0;padding-top:0}
.ap-row b{font-size:12px;color:#777;font-weight:600}
.ap-row a{color:inherit;text-decoration:none}
.ap-row a:hover{text-decoration:underline}
.ap-section{margin-bottom:20px}
.ap-copy{font-size:15px;line-height:2;color:#4b4b4b}
.ap-copy p:last-child{margin-bottom:0}
.ap-copy--story{font-size:16px;line-height:2.15;color:#303030}
/* Backup: if the MyListing cover/slider is left enabled accidentally, keep the profile clean. */
body.ap-minimal-profile .profile-cover,.ap-minimal-profile .profile-cover{display:none!important}
@media(max-width:800px){.ap-profile__header{flex-direction:column;align-items:stretch}.ap-profile__actions{justify-content:stretch}.ap-btn{flex:1}.ap-profile__grid{grid-template-columns:1fr}.ap-profile__heading h1{font-size:25px}.ap-profile__logo{width:72px;height:72px;flex-basis:72px}}
@media(max-width:520px){.ap-profile{padding:8px 0 35px}.ap-profile__header,.ap-card,.ap-section{padding:18px}.ap-profile__identity{align-items:flex-start}.ap-profile__heading h1{font-size:22px}.ap-profile__actions{width:100%}.ap-btn{width:100%;flex:0 0 100%}}
