/*** Film Künyesi CSS start ***/
.movie-poster {
    width: 150px;
    margin-right: 7px;
}

.movie-poster-td {
    vertical-align: top;
}

.movie-title-tr {
    font-size: 20pt;
    font-weight: bold;
}

.movie-title {
    font-size: 12pt;
}

.movie-director {
    font-size: 10pt;
}

.movie-default {
    font-size: 9pt;
}

.movie-imdb-rating {
    font-size: 12pt;
    font-weight: bold;
}

.movie-overview-header {
    font-size: 10pt;
    font-weight: bold;
}

.movie-card {
    border: 1px solid #FF7F50;
    border-radius: 5px;
    background-color: #F8F6F2;
    width: 550px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; /* İkonların doğru konumlanması için gereklidir */
}

.fovorite-list-card {
    border: 1px solid #FF7F50;
    border-radius: 5px;
    width: 395px;
    height: 142px;
    position: absolute;
    top: 117px;
    left: 171px; /* 179px - 8px */
    padding-top: 5px;
    backdrop-filter: blur(5px);
    overflow-y: auto;
    background-color: rgba(255,227,217,0.70);
    box-shadow: rgba(255, 127, 80, 0.45) 0px 25px 20px -20px;
}

.score-list-card {
    border: 1px solid #FF7F50;
    border-radius: 15px;
    width: 160px;
    height: 18px;
    position: absolute;
    left: 416px; /* 424px - 8px */
    padding-top: 5px;
    backdrop-filter: blur(5px);
    background-color: rgba(255,227,217,0.70);
}

.movie-card .score-list-card {
    top: 77px;
}


.fovorite-list-card::-webkit-scrollbar {
    width: 3px;
    background-color: #none;
    border-left: 1px solid #none;
}
.fovorite-list-card::-webkit-scrollbar-thumb {
    background-color: #FF7F50;
}
.fovorite-list-card::-webkit-scrollbar-thumb:hover {
    background-color: #FF7F50;
}

/* --- DEĞİŞİKLİK: Tüm ikonlar 8px sola kaydırıldı --- */
.movie-favorite-ico {
    position: absolute;
    left: 551px; /* 560px - 8px */
    top: 17px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.movie-favorite-ico:hover {
    transform: scale(1.05);
}

.movie-list-ico {
    position: absolute;
    left: 551px; /* 559px - 8px */
    top: 101px;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.2s ease-in-out;
}

.movie-list-ico:hover {
    transform: scale(1.05);
}

.movie-watched-ico {
    position: absolute;
    left: 555px; /* 563px - 8px */
    top: 49px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.movie-watched-ico:hover {
    transform: scale(1.05);
}

.movie-score-ico {
    position: absolute;
    left: 555px; /* 563px - 8px */
    top: 77px;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.2s ease-in-out;
}

.movie-score-ico:hover {
    transform: scale(1.05);
}

.movie-video-logined-ico {
    position: absolute;
    left: 555px; /* 563px - 8px */
    top: 107px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
/* --- DEĞİŞİKLİK SONU --- */

.movie-video-logined-ico:hover {
    transform: scale(1.05);
}

.movie-video-not-logined-ico {
    position: absolute;
    left: 555px; /* 563px - 8px */
    top: 22px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.movie-video-not-logined-ico:hover {
    transform: scale(1.05);
}

.movie-favorite-list-header {
    font-size: 10pt;
    vertical-align: top;
    position: relative;
    top: 8px;
    padding-left: 5px;
}

.movie-list-header-ico {
    cursor: pointer;
    padding-left: 5px;
    transition: transform 0.2s ease-in-out;
}

.movie-list-header-ico:hover {
    transform: scale(1.05);
}

.rate-box-img-div {
    text-align: left;
    padding-left: 5px;
    margin-top: -9px;
}

.rate-star{
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}
/*** Film Künyesi CSS end ***/
/*** Oyuncu Künyesi CSS start ***/

.person-card {
    border: 1px solid #FF7F50;
    border-radius: 5px;
    background-color: #F8F6F2;
    width: 550px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; /* İkonların doğru konumlanması için gereklidir */
}

.person-card .score-list-card {
    top: 48px;
}

.person-poster {
    width: 150px;
    margin-right: 7px;
}

.person-poster-td {
    vertical-align: top;
}

/* --- DEĞİŞİKLİK: Sanatçı ikonları 8px sola kaydırıldı --- */
.person-favorite-ico {
    position: absolute;
    left: 551px; /* 560px - 8px */
    top: 17px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.person-favorite-ico:hover {
    transform: scale(1.05);
}

.person-score-ico {
    position: absolute;
    left: 555px; /* 563px - 8px */
    top: 48px;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.2s ease-in-out;
}

.person-score-ico:hover {
    transform: scale(1.05);
}

.person-list-ico {
    position: absolute;
    left: 552px; /* 560px - 8px */
    top: 48px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
/* --- DEĞİŞİKLİK SONU --- */

.person-list-ico:hover {
    transform: scale(1.05);
}

.person-name {
    font-size: 20pt;
    font-weight: bold;
}

.person-job {
    font-size: 12pt;
}

.person-movies-header {
    font-size: 10pt;
    font-weight: bold;
}

.person-default {
    font-size: 9pt;
}

.person-known-for-works {
    display: inline;
    font-size: 10pt;
    line-height: 1.5;
}

.person-known-for-works a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

.person-known-for-works a:hover {
    text-decoration: underline;
    color: #FF7F50;
}

.person-known-for-works .separator {
    margin: 0 3px;
    color: #888;
}

.person-known-for-works .more-link {
    font-weight: bold;
    color: #555;
    margin-left: 3px;
}
/*** Oyuncu Künyesi CSS end ***/
/*** GENEL CSS BAŞLANGIÇ ***/


html, body {
    font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.font-bold {
    font-weight: bold;
}

.margin-bt-10 {
    margin-bottom: 10px;
}

body {
	background-color: transparent;
}

/* ============================================= */
/* KÜNYE BİLGİ SATIRI VE İKON STİLLERİ (KESİN ÇÖZÜM) */
/* ============================================= */

.movie-card .info-row, .person-card .info-row {
    display: flex !important;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 5px;
}

.movie-card .info-row .icon-container, .person-card .info-row .icon-container {
    width: 22px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 5px;
    padding-top: 3px;
}

.movie-card .info-row .icon-container i.fa-solid, .person-card .info-row .icon-container i.fa-solid {
    color: #FF7F50 !important;
    font-size: 10pt !important;
}