.social-share {
    display: flex;
    gap: 10px; 
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0; 
    border-radius: 50%; 
    text-align: center;
    line-height: 45px; 
    color: #333333; 
    transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
    background: #b41515; 
    color: #fff;
}

.social-icon i {
    font-size: 20px; 
}
.container-top {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #b41515;
    padding: 20px;
    justify-content: center;
}
@media only screen and (max-width: 600px){
    .container-top{
        justify-content: space-between;
    }
    .carousel-caption a p{
        display: none;
    }
}
.navbar{
    flex-direction: column;
}
.ad-space {
    max-width: 300px; 
}

.ad-space img {
    width: 100%;
    height: auto;
}
.footer{
    background-color: #b41515 !important;
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.1);
    transition: background 1.5s ease, color 1.5s ease;
    padding:0px 10px!important;
}
.card-body a{
    color: #fff !important;
    text-decoration: none;
}

.card-body:hover {
    background: rgba(0, 0, 0, 0.5);
}
.caticon{
    top: 0;
    position: absolute;
    margin: 15px 0px;
    padding: 5px;
    border-radius: 5px;
}
.guncel-haberler{
    background-color: #ff0000;
}
.ekonomi{
    background-color: #45af49;
}
.teknoloji{
    background-color: #60276f;
}
.kultur-sanat{
    background-color: #272727;
}
.dunya{
    background-color: #1750ab;
}
.hukuk{
    background-color: brown;
}
.spor{
    background-color: #ff8100;
}
.siyaset{
    background-color: #ff0000;
}
.yasam{
    background-color: #09a9ae;
}
/* Article puandurumu css */

.league-table {
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0; /* Hücreler arasında boşluk bırakılmaz */
    border: 1px solid #ddd;
}

.league-header {
    background-color: #002d85; 
    color: white; 
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.league-row{
    display: contents;
}

.league-row:nth-child(odd) {
    background-color: #002d85; 
    color: black;
}

.league-row:nth-child(even) {
    background-color: #ffffff; 
    color: #002dc0; 
}

.league-row:hover {
    background-color: #e6f7ff; 
}

.league-row span {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd; 
    font-size: 12px;
    white-space: normal; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.league-row span:first-child {
    text-align: right;
    padding-right: 10px;
}

.league-row span:nth-child(2) {
    text-align: left;
    padding-left: 10px;
}
    
.trend-news {
    margin-top: 20px;
    padding: 0;
}
.trend-news-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.trend-news-item a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.trend-news-item a:hover {
    color: #b41415;
}
/* Puan durumu son */


/* Döviz*/

.currency-ticker-wrapper {
    overflow: hidden;
    white-space: nowrap;
    background-color: #002d85;
    color: white;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
}

.currency-ticker {
    display: inline-block;
    animation: ticker-scroll 30s linear infinite;
}

.currency-item {
    display: inline-block;
    margin-right: 50px;
    font-weight: bold;
}

.clone {
    position: absolute;
    top: 0;
    left: 100%;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*Döviz end*/
