/* Custom style rules for ckanext-showcase */

.context-info .module-content .smallest {
    font-size: 13px;
}

.context-info .module-content .info .btn {
    margin-top: 18px;
}

.actions {
    top: 36px;
    right: 25px;
}

.ckanext-showcase-edit-wrapper {
    background-image: none;
}

.ckanext-showcase-image-container {
    text-align: center;
}

.ckanext-showcase-image {
    margin-bottom: 25px;
}

.ckanext-showcase-notes {
    margin-bottom: 25px;
}

.ckanext-showcase-launch {
    margin-bottom: 25px;
    display: inline-block;
    max-width: 120px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}

/* Estilos para la información adicional */
.showcase-additional-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.showcase-author {
    margin-bottom: 20px;
}

.showcase-author .smallest {
    font-size: 13px;
    color: #666;
}

.showcase-datasets {
    margin-top: 20px;
}

.showcase-datasets h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.showcase-datasets .nav-simple {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.showcase-datasets .nav-item {
    margin-bottom: 8px;
}

td.ckanext_showcase_pagination_footer {
    padding: 0;
}
.ckanext_showcase_pagination_footer .pagination {
    margin: 0;
    border-top: none 0;
}

.module-narrow .nav-item > a {
    word-break: break-word;
}

.ck-editor__editable_inline {
    min-height: 200px;
}
