.elementor-4050 .elementor-element.elementor-element-85f3d17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4050 .elementor-element.elementor-element-13ad35e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4050 .elementor-element.elementor-element-13ad35e img{border-radius:10px 10px 10px 10px;}.elementor-4050 .elementor-element.elementor-element-f8f088d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4050 .elementor-element.elementor-element-f8f088d.elementor-element{--align-self:center;}.elementor-4050 .elementor-element.elementor-element-f8f088d{z-index:4;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4050 .elementor-element.elementor-element-11f55ff > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 5px 0px;}.elementor-4050 .elementor-element.elementor-element-11f55ff{text-align:center;}.elementor-4050 .elementor-element.elementor-element-11f55ff .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;color:var( --e-global-color-29d819a );}@media(max-width:767px){.elementor-4050 .elementor-element.elementor-element-85f3d17{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:3px;--padding-bottom:3px;--padding-left:3px;--padding-right:3px;}.elementor-4050 .elementor-element.elementor-element-13ad35e img{width:100%;max-width:100%;height:100%;}.elementor-4050 .elementor-element.elementor-element-11f55ff .elementor-heading-title{font-size:10px;}}/* Start custom CSS for container, class: .elementor-element-85f3d17 */.actor-card {
  background: #0f0f0f;
  border-radius: 16px;
  0
  color: #fff;
  border: 1px solid rgba(255, 215, 0, 0.1);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.05);
  font-family: 'IRANSans', sans-serif;
  max-width: 300px;
  transition: all 0.3s ease;
}

.actor-card:hover {
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
  transform: translateY(-4px);
}

.actor-tier {
  font-size: 14px;
  color: #d4af37;
  margin-bottom: 10px;
}

.actor-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.actor-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.actor-details li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  color: #ccc;
  font-size: 14px;
}

.actor-details li::before {
  content: '✔';
  color: #d4af37;
  position: absolute;
  left: 0;
  top: 0;
}

.actor-price {
  font-size: 18px;
  color: #ffd700;
  margin-bottom: 15px;
}

.actor-button {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, #d4af37, #ffda77);
  color: #000;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.actor-button:hover {
  filter: brightness(1.1);
}/* End custom CSS */