add css in post
.info-box {
padding: 15px;
max-width: 400px;
margin: 20px auto;
border-radius: 0px;
border: 0px solid;
text-align: left;
}
.info-box p {
margin: 8px 0;
font-size: 14px;
}
.info-box span {
font-weight: bold;
}
.top-info {
padding: 20px;
margin-bottom: 15px;
border-radius: 8px;
font-size: 15px;
text-align: center;
max-width: 450px;
margin: auto;
}
.top-info strong {
font-size: 18px;
display: block;
margin-bottom: 10px;
}
.top-info p {
margin: 5px 0;
line-height: 1.4;
}
.movie-container {
max-width: 450px;
padding: 20px;
margin: auto;
border-radius: 8px;
text-align: left;
border: 1px solid;
}
.movie-container img {
width: 100%;
border-radius: 5px;
border: 1px solid;
}
.movie-title {
font-size: 22px;
font-weight: bold;
margin-top: 10px;
}
.movie-details {
font-size: 14px;
margin: 5px 0;
}
/* Rating Section Color Kept */
.rating {
display: flex;
align-items: center;
font-size: 14px;
margin-top: 10px;
color: white;
}
.rating-box {
display: flex;
align-items: center;
background: #ffcc00;
color: black;
padding: 2px 8px;
font-weight: bold;
border-radius: 4px;
margin-right: 5px;
}
.star-icon {
width: 16px;
height: 16px;
margin-right: 3px;
}
.storyline65 {
margin-top: 10px;
font-size: 14px;
line-height: 1.5;
}
.director, .actors {
margin-top: 10px;
font-size: 14px;
}
.bold {
font-weight: bold;
}