/*
Theme Name: Leading University
Theme URI: https://lus.ac.bd/
Template: astra
Author: Ibrahim Sharif
Author URI: https://ibrahimsharif.com/
Description: Leading University
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.21
Updated: 2025-12-01 14:57:35

*/

ul.sub-menu a {
    color: var(--ast-global-color-2) !important;
}


/* NEWS */
.news-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: white;
    border-bottom: 1px solid;
    border-radius: 5px;
    padding: 10px;
}

.news-thumbnail {
  flex: 1 1 300px;
  margin-right: 20px;
}

.news-content {
  flex: 1 1 calc(100% - 320px);
}
.news-content p{
    margin-bottom: 0.5rem;
}

.news-image {
  max-width: 100%;
  height: auto;
}

.news-title {
  /* color: var(--ast-global-color-0); */
  color: var(--wp--preset--color--ast-global-color-2);
}

.news-more {
    color: var(--wp--preset--color--ast-global-color-3);
    font-weight: 600;
}



/* Notice */
ul.list-group.notice-shortcode {
    background: white;
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}

.notice-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.notice-date {
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    min-width: 40px;
}

.notice-title {
    margin: 0;
    color: var(--wp--preset--color--ast-global-color-2);
    font-size: 1.2rem;
    line-height: 0rem;
}

.notice-archive-btn{
    margin-top: 10px;
}
a.btn.btn-custom.archive-btn {
    background: #00b965;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

a.btn.btn-custom.archive-btn:hover {
    background: #69727d;
    color: white;
}