﻿/* 28/07/25: Create clone of App.css color to fix missing color */
:root {
  --be-primary-2: #1c581f; 
  --be-primary-3: #5fbd18; 
  --be-secondary-2: #57aa19;
}

blockquote {
    background-color: #f6fff7;
    margin: 0;
    padding: 10px 25px 10px;
    border-left-color: #339036;
    border-left-width: 5px;
    border-left-style: solid;
}

.news-high-light-text {
    color: var(--be-secondary-2);
    font-weight: bold
}

table.news-table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    max-width: 100% !important;
}

.news-table {
    overflow: hidden;
    border: 1px solid #36752D;
    margin-bottom: 6px;
}

table.news-table td, table th {
    padding: 3px 10px;
}

table.news-table thead th {
    background-color: #66a923;
    color: #FFFFFF;
    font-weight: bold;
}

    table.news-table thead th:first-child {
        border: none;
    }

table.news-table tbody td {
    border-left: 1px solid #36752D;
}

/*table.news-table tbody tr:first-child td {
    background-color: #66a923;
    color: #FFFFFF;
    font-weight: bold;
}*/

table.news-table tr:nth-child(odd) {
    background: #fafafa;
}

.news-link-button {
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    box-shadow: 0 1px 2px 0 var(--be-primary-3);
    font-family: 'Gilroy', sans-serif;
    transition: color 0.3s ease, background-color 0.3s ease;
    background-color: var(--be-primary-3);
}

.news-link-button:hover {
    color: #fff;
    background-color: var(--be-primary-2);
}

.span-rounded {
    border: 1px solid red;
}
