/*
Theme Name: Creativeminds Child
Template: creativeminds
*/

/* FUGGLER IP TABS */

.ip-tabs {
    width: 100%;
    margin: 50px auto;
}

.ip-tab-buttons {
    display: flex;
    width: 100%;
}

.ip-tab-button {
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fce5ef;
    border: 1px solid #e95193;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    color: #333;
}

.ip-tab-button.active {
    background: #e95193;
    color: white;
}

.ip-tab-content {
    display: none;
    border: 1px solid #e95193;
    padding: 30px;
}

.ip-tab-content.active {
    display: block;
}


.ip-character-profile {
    display:flex;
    gap:40px;
    align-items:center;
    margin-bottom:50px;
}

.ip-character-image {
    width:40%;
    height:250px;
    background:#ddd;
}

.ip-character-text {
    width:60%;
}
.ip-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}