/* Content-specific styles for AddToSiteModal */

.textarea-addToSiteModal {
    width: auto;
    height: auto;
    margin: 20px 0;
    background-color: #F4F4F4;
    align-content: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-left: 10px solid #ADACAC;
}

.textarea-addToSiteModal span {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.textarea-addToSiteModal div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.textarea-color-addToSiteModal {
    color: #00C735;
}

.textarea-display-addToSiteModal {
    display: flex;
    flex-direction: row !important;
    margin: 0;
}

.buttons-addToSiteModal {
    display: flex;
    gap: 20px;
    margin: 40px 40px 0px 40px;
}

@media (max-width: 768px) {
    .textarea-addToSiteModal span {
        width: 250px;
    }
}
