.references-title-container {
  text-align: center;
    background: #b72f2f;
    width: 90%;
    margin: auto;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #000000;
    border-radius: 30px;
    padding: 10px;
    margin-top: 7%;
}


.references-title {
    display: inline-block; 
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
}

.references-title .toggle-references {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fdfdfd;
    background-color: #b72f2f;

}


.footnotes-container {
  padding: 15px;
    margin: 20px;
    background-color: #07072c;
    position: relative;
    border-radius: 12px;
}

.footnotes-list {
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
}

.love-signature-container {
    display: flex !important; 
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.love-line {
    height: 2px;
    width: 20%;
    background-color: black;
    margin: 0 10px;
}

.love-text {
    font-size: 16px;
    color: black;
}

.love-heart {
    color: red;
}

@media (max-width: 767px) {
    .references-title .toggle-references {
        line-height: 30px; /* تعديل قيمة line-height للهاتف والتابلت */
    }
}