.relationships h2 {
    margin: 0;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
	border-bottom: 3px solid #eee;
}

.relationships h3 {
    margin-top: 0;
    color: #333;
	font-size: 14px;
}

.relationships .love {
color:pink;
}

.relationships .like {
color:green;
}

.relationships .neutral {
color:grey;
}

.relationships .dislike {
color:orange;
}

.relationships .hate {
color:red;
}

.relationships img {
width:75px; height: 75px; border-radius:50%;
}

.relationships .desc {
flex:1; padding:0px 10px 5px; text-align:justify;
}

.relationships .sect {
 font-size:13px; display: flex;
	margin-bottom: 5px; padding:10px;
}

#more {
	display: none;
}

.p-tab-container {
    margin-bottom: 10px;
}

.p-tab-content {
    display: none; /* Hide all by default */
}

.p-tab-content.default {
    display: block; /* Show default tab */
}

.p-tab-link {
    text-decoration: none;  /* Adjust color as needed */
}

.p-tab-link.active {
    font-weight: 700;
}

.m-tab-container {
    margin-bottom: 10px;
}

.m-tab-content {
    display: none; /* Hide all by default */
	padding-right:30px; line-height:1.6;
}

.m-tab-content.default {
    display: block; /* Show default tab */
}

.m-tab-link {
    text-decoration: none;  /* Adjust color as needed */
}

.m-tab-link.active {
    font-weight: 700;
}







.moon-phase-widget {
            text-align: center;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .moon {
            width: 20px;
            height: 20px;
            background-color: #ccc;
            border-radius: 50%;
            margin: 5px auto;
            position: relative;
            overflow: hidden;
        }
        .moon-shadow {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #222;
            transition: clip-path 0.3s ease-in-out;
        }

        /* Moon Phase Visibility Adjustments */
        .new-moon { background-color: #222; }
        .full-moon { background-color: transparent; }
        .waxing-crescent { clip-path: ellipse(92% 100% at 0% 50%); }
        .first-quarter { clip-path: inset(0 50% 0 0); }
        .waxing-gibbous { clip-path: ellipse(40% 100% at 100% 50%); }
        .waning-gibbous { clip-path: ellipse(40% 100% at 0% 50%); }
        .last-quarter { clip-path: inset(0 50% 0 0); }
        .waning-crescent { clip-path: ellipse(92% 100% at 100% 50%); }

        .moon-title {
            font-size: 14px;
            margin: 5px 0;
        }
        




.moon-icon {
  font-family: 'Moon', sans-serif;
  display: inline-block;
  vertical-align: middle;
      line-height: 0.5;
    margin-bottom: 3px;
  color: #fff;
	text-shadow: 0px 0px 2px #fff;
}