/* SkyHub Portal v0.21.1.1 — My Profile Customer Account Card Layout Hotfix
   Scoped to the customer My Profile module only. */
.aop-module-profile .aop-my-profile-polished,
.aop-module-profile .aop-my-profile-actions-panel{
  width:100%;
  max-width:none;
  box-sizing:border-box;
}
.aop-module-profile .aop-my-profile-polished .aop-panel,
.aop-module-profile .aop-my-profile-actions-panel{
  border:1px solid rgba(148,163,184,.18);
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 18px 42px rgba(15,23,42,.055);
}
.aop-module-profile .aop-my-profile-polished .aop-panel h2,
.aop-module-profile .aop-my-profile-actions-panel h2{
  margin:0 0 14px;
  color:#10162f;
  font-size:clamp(18px,1.15vw,21px);
  line-height:1.15;
  letter-spacing:-.025em;
}
.aop-module-profile .aop-profile-photo-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin:14px 0 18px;
}
.aop-module-profile .aop-profile-photo{
  width:clamp(92px,8vw,112px);
  height:clamp(92px,8vw,112px);
  margin:0!important;
  border-radius:28px;
  box-shadow:0 18px 34px rgba(15,23,42,.12);
}
.aop-module-profile .aop-profile-dl{
  grid-template-columns:minmax(104px,132px) minmax(0,1fr);
  gap:10px 14px;
  align-items:start;
}
.aop-module-profile .aop-profile-dl dt{
  color:#697289;
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1.25;
}
.aop-module-profile .aop-profile-dl dd,
.aop-module-profile .aop-profile-dl dd a{
  min-width:0;
  color:#121833;
  font-size:13px;
  font-weight:750;
  line-height:1.38;
  overflow-wrap:anywhere;
  word-break:normal;
}
.aop-module-profile .aop-profile-main-card .aop-profile-dl dd{
  font-size:13.5px;
}
.aop-module-profile .aop-profile-account-summary{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  align-items:start;
}
.aop-module-profile .aop-profile-account-card .aop-customer-logo{
  width:96px!important;
  height:96px!important;
  border-radius:24px!important;
  box-shadow:0 18px 34px rgba(15,23,42,.08);
}
.aop-module-profile .aop-profile-account-card .aop-profile-account-summary > .aop-customer-logo{
  margin:0 0 4px;
}
.aop-module-profile .aop-profile-account-card .aop-profile-dl{
  width:100%;
  grid-template-columns:minmax(108px,136px) minmax(0,1fr);
}
.aop-module-profile .aop-profile-account-card .aop-profile-dl dd,
.aop-module-profile .aop-profile-account-card .aop-profile-dl dd a{
  overflow-wrap:anywhere;
  word-break:normal;
}
.aop-module-profile .aop-profile-photo-form{
  margin-top:18px;
  padding:16px;
  border-radius:22px;
  border:1px solid rgba(31,169,208,.20);
  background:linear-gradient(135deg,rgba(240,251,255,.96),rgba(255,255,255,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.aop-module-profile .aop-profile-upload-label{
  display:grid;
  gap:7px;
  margin:0;
  padding:14px;
  border:1px dashed rgba(31,169,208,.34);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  color:#121833;
}
.aop-module-profile .aop-profile-upload-label > span{
  color:#0b7f9f;
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.aop-module-profile .aop-profile-upload-label small{
  margin:0;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
  text-transform:none;
  letter-spacing:0;
  font-weight:650;
}
.aop-module-profile .aop-profile-upload-label input[type=file]{
  width:100%;
  margin-top:4px;
  padding:10px;
  border:1px solid rgba(148,163,184,.24);
  border-radius:14px;
  background:#fff;
  color:#64748b;
  font-size:12px;
}
.aop-module-profile .aop-profile-upload-label input[type=file]::file-selector-button{
  margin-right:12px;
  border:0;
  border-radius:12px;
  padding:8px 12px;
  background:#10183d;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.aop-module-profile .aop-profile-photo-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
  margin-top:12px;
}
.aop-module-profile .aop-profile-photo-note{
  margin:12px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.45;
}
.aop-module-profile .aop-profile-defaults-card .aop-preference-label{
  margin-top:18px;
}
.aop-module-profile .aop-profile-defaults-card select{
  min-height:44px;
  border-radius:14px;
}
.aop-module-profile .aop-profile-modules-card .aop-module-chip-list{
  margin-top:14px;
}
.aop-module-profile .aop-profile-modules-card .aop-module-chip-list span{
  background:#eefbff;
  border-color:rgba(31,169,208,.24);
  color:#075f78;
}
.aop-module-profile .aop-profile-readiness-card{
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.aop-module-profile .aop-my-profile-actions-panel{
  margin-top:18px!important;
}
.aop-module-profile .aop-profile-action-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(230px,1fr));
  gap:12px;
  margin-top:14px;
}
.aop-module-profile .aop-profile-action-tile{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  min-height:72px;
  padding:14px 16px;
  text-decoration:none;
  border-radius:20px;
  border:1px solid rgba(31,169,208,.18);
  background:linear-gradient(135deg,#fff 0%,#effbff 100%);
  color:#10162f;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.aop-module-profile .aop-profile-action-tile:hover{
  transform:translateY(-1px);
  border-color:rgba(31,169,208,.42);
  box-shadow:0 18px 38px rgba(15,23,42,.08);
}
.aop-module-profile .aop-profile-action-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#20b4d0,#10204a);
  color:#fff;
  font-weight:950;
}
.aop-module-profile .aop-profile-action-copy{
  display:grid;
  gap:3px;
  min-width:0;
}
.aop-module-profile .aop-profile-action-copy strong{
  color:#10162f;
  font-size:14px;
  line-height:1.1;
}
.aop-module-profile .aop-profile-action-copy small{
  color:#64748b;
  font-size:12px;
  line-height:1.3;
  font-weight:650;
  text-transform:none;
  letter-spacing:0;
}
.aop-module-profile .aop-profile-action-arrow{
  color:#0b86a8;
  font-weight:950;
}
@media(max-width:1180px){
  .aop-module-profile .aop-profile-action-grid{grid-template-columns:repeat(2,minmax(220px,1fr));}
}
@media(max-width:760px){
  .aop-module-profile .aop-profile-photo-row,
  .aop-module-profile .aop-profile-account-summary,
  .aop-module-profile .aop-profile-action-grid{grid-template-columns:1fr!important;}
  .aop-module-profile .aop-profile-dl{grid-template-columns:minmax(0,1fr);gap:5px 0;}
  .aop-module-profile .aop-profile-dl dd{margin-bottom:8px;}
  .aop-module-profile .aop-profile-photo-actions{display:grid;grid-template-columns:1fr;}
  .aop-module-profile .aop-profile-account-card .aop-customer-logo{width:88px!important;height:88px!important;}
}
