

/* Start:/local/components/hackspace/news.category/templates/terminal/style.css?17794370702801*/
.term-prompt {
    color: #8f8;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    border-bottom: 1px dashed #2a6e2a;
    padding-bottom: 0.6rem;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.2rem;
}
.news-card {
    background: #0a120a;
    border: 1px solid #2a5a2a;
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.news-category {
    display: inline-block;
    font-size: 0.8rem;
    color: #0a120a;
    background: #5f9;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    margin-bottom: 0.6rem;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.news-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    color: #6f6;
    line-height: 1.3;
}
.news-date {
    font-size: 0.75rem;
    color: #6f6;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.news-excerpt {
    font-size: 1.1rem;
    color: #ccffcc;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}
.news-readmore {
    font-size: 0.7rem;
    color: #5f9;
    border-bottom: 1px dotted #5f9;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
}
.news-status {
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid #2a6e2a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    font-size: 0.7rem;
    color: #6f6;
}
.refresh-btn {
    background: transparent;
    border: 1px solid #5f9;
    color: #5f9;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    cursor: pointer;
    font-family: monospace;
    font-size: 0.7rem;
    transition: 0.2s;
}
#newsModal.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(8px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
#newsModal .modal-content {
    background: #0a120a;
    border: 2px solid #5f9;
    border-radius: 20px;
    padding: 1.8rem;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    text-align: unset;
}
#newsModal .modal-content h3 {
    color: #5f9;
    margin-bottom: 1rem;
}
#newsModal .modal-content p {
    margin-bottom: 1rem;
    line-height: 1.5;
}
#newsModal .close-modal {
    background: transparent;
    border: 1px solid #5f9;
    color: #5f9;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 1rem;
}
a.close-modal {
    text-decoration: unset;
}
#modalDetailLink {
    display: inline-block;
}
/* End */
/* /local/components/hackspace/news.category/templates/terminal/style.css?17794370702801 */
