.code {
    border: 2px solid black;
    border-color: black;
    text-align: center;
    border-radius: 7px;
}

.title{
    font-weight: 700;
    text-align: justify;
    text-justify: inter-word;
    line-height: 12pt;
}

.publication-row:hover {
    background-color: rgba(226, 226, 226, 0.5);
    color: black;
}

.publication-row {
    color: rgb(10, 10, 10);
    text-decoration: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: -5.55555556%;
    margin-right: -5.55555556%;
}


.etiq {
    display: block;
    border: 2px solid black;
    background-color: rgba(116, 134, 177, 0.2);
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    border-radius: 7px;
    font-size: 15px;
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    overflow: hidden; /* Hides any overflow text */
    text-overflow: ellipsis; /* Adds an ellipsis (...) to indicate hidden text */
    max-width: 100%; /* Ensures the element doesn't exceed its container's width */
  }
span:has(.etiq) {
    display: ruby;
}

.conf-title{
    margin-top:2rem;
}

.date_place>span{
    --bs-gutter-x: 0    ;
    width: inherit;
}

.date_place{ 
    font-style: italic;
}

.center {
    align-content: center;
    text-align: center;
}


.code {
    margin-top: 5pt;
    padding: 5pt;
}

@media (max-width: 576px) {
    .publication-row {
        font-size: 10px;
    }
    .title{
        line-height: 8pt;
    }
    div:has(.code) {
        margin-top: 10pt;
        padding: 5pt;
    }
}

@media (max-width: 768px) {
    .etiq {
        /* padding-left: 1rem;
        padding-right: 1rem;     */
    }
}