.UCPmainprof-field-title {
    font-family: var(--sc-font);
    letter-spacing: 1px;
    color: var(--mediumwhite);
	font-weight: bold;
	font-size: 17px;
}


/***** OOC PROF FIELD STYLING *****/
.UCPmain-profile-ooc-container {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "oocBlurb oocDeets";
	grid-template-columns: auto 25%;
	grid-gap: 2rem;
}

.UCPmain-profile-ooc-description {
	grid-area: oocBlurb;
}

.UCPmain-profile-ooc-details {
	grid-area: oocDeets;
	font-size: 13.5px;
}

/***** IC PROF FIELD STYLING *****/
.UCPprofile-header-container {
	display: block;
	background-color: var(--mainboard-bg);
	padding: 20px;
}

.UCPprofile-AfflictionsImages {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "charAfflictions charGrimoire charGraphics";
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}

.UCPmain-profile-stats-container {
	display: flex;
	background-color: var(--mainboard-bg);
	padding: 20px;
	background-image: url(https://i.imgur.com/TBIlbCP.png);
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.UCPprofile-basics {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "left middle right";
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}

.UCPmain-profile-appearance-container {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "physicalDeets appearanceDesc";
	grid-template-columns: 25% auto;
	grid-gap: 2rem;
}

.UCPmain-profile-appearance-details {
	grid-area: physicalDeets;
	font-size: 13.5px;
}

.UCPmain-profile-appearance-description {
	grid-area: appearanceDesc;
}

.UCPmain-profile-personality-container {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "personalityDesc personalityDeets";
	grid-template-columns: auto 25%;
	grid-gap: 2rem;
}

.UCPmain-profile-personality-details {
	grid-area: personalityDeets;
	font-size: 13.5px;
}

.UCPmain-profile-personality-description {
	grid-area: personalityDesc;
}

.UCPmain-profile-relationships-container {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "relationshipsFamily relationshipsExtend";
    grid-template-columns: 25% auto;
	grid-gap: 2rem;
}

.UCPmain-profile-relationships-family {
	grid-area: relationshipsFamily;
	font-size: 13.5px;
}

.UCPmain-profile-relationships-extend {
  grid-area: relationshipsExtend;
}

.UCPmain-profile-InventoryOther-container {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "InventoryOtherLeft InventoryOtherRight";
	grid-template-columns: 48.75% auto;
	grid-gap: 2rem;
}

.UCPmain-profile-InventoryOther-left {
	grid-area: InventoryOtherLeft;
}

.UCPmain-profile-InventoryOther-right {
	grid-area: InventoryOtherRight;
}

/***** GROUP-SPECIFIC FIELDS *****/
.UCPmain-profile-mgroup-container {
	display: grid;
	background-color: var(--mainboard-bg);
	padding: 20px;
	grid-template-areas: "mgroupDesc mgroupDeets";
	grid-template-columns: auto 25%;
	grid-gap: 2rem;
	font-size: 13.5px;
}

.UCPmain-profile-mgroup-details {
	grid-area: mgroupDeets;
	font-size: 13.5px;
}

.UCPmain-profile-mgroup-description {
	grid-area: mgroupDesc;
	white-space: pre-line;
}

/*** PROFILE TEAR EFFECT ***/

.prof-lowerTear {
	display: block;
    background: url(https://i.imgur.com/k4NdfNG.png);
    background-size: cover;
    background-position: center center;
    height: 15px;
	width: -webkit-fill-available;
}


/*** UCP Profile Formatting ***/
.UCPstats-deet {
	text-align: center;
	font-size: 13px;
	font-family: var(--mono-font);
}

.UCPstats-deet b {
	display: block;
	letter-spacing: 0.06rem;
}

.UCPmember_profile p {
  white-space: pre-line;
  font-size: 14px;
  text-align: justify;
}





/****************** Mobile Styling ******************/
@media screen and (max-width: 767px) {
  .UCPmain-profile-ooc-container,
  .UCPprofile-AfflictionsImages,
  .UCPprofile-basics,
  .UCPmain-profile-appearance-container,
  .UCPmain-profile-personality-container,
  .UCPmain-profile-relationships-container,
  .UCPmain-profile-InventoryOther-container,
  .UCPmain-profile-mgroup-container {
    display: block;
    padding: 1rem;
  }

  .UCPmain-profile-ooc-details,
  .UCPmain-profile-ooc-description,
  .UCPmain-profile-appearance-details,
  .UCPmain-profile-appearance-description,
  .UCPmain-profile-personality-details,
  .UCPmain-profile-personality-description,
  .UCPmain-profile-relationships-family,
  .UCPmain-profile-relationships-extend,
  .UCPmain-profile-InventoryOther-left,
  .UCPmain-profile-InventoryOther-right,
  .UCPmain-profile-mgroup-details,
  .UCPmain-profile-mgroup-description {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    box-sizing: border-box;
  }

  .UCPmain-profile-stats-container {
    flex-direction: row;
    gap: 1rem;
    text-align: center;
  }

  /* Optional: tighten font size for details blocks */
  .UCPmain-profile-ooc-details,
  .UCPmain-profile-appearance-details,
  .UCPmain-profile-personality-details,
  .UCPmain-profile-relationships-family,
  .UCPmain-profile-mgroup-details {
    font-size: 12px;
  }

  /* Remove all <br> tags from these areas if used similarly to your profile page */
  .UCPmain-profile-ooc-container br,
  .UCPmain-profile-appearance-container br,
  .UCPmain-profile-personality-container br,
  .UCPmain-profile-relationships-container br,
  .UCPmain-profile-InventoryOther-container br,
  .UCPmain-profile-mgroup-container br {
    display: none;
  }
}





