/*
 Theme Name:   DooPlay Child
 Theme URI:    https://doothemes.com/items/dooplay/
 Description:  DooPlay Child Theme
 Author:       DooThemes
 Author URI:   https://doothemes.com/
 Template:     dooplay
 Version:      2.1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         DooPlay child theme
 Text Domain:  mtms
*/





/* Gộp chung nút Xem phim và Info */
.soption {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Nút "Xem phim" */
.watch-btn {
  background-color: #c9002b;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s;
}
.watch-btn:hover {
  background-color: #a80024;
}

.soption {
  display: flex;
  gap: 10px; /* Tạo khoảng cách giữa các nút */
  margin-top: 15px;
  margin-bottom: 15px;
}