.masterstudy-single-course-details__live-tag {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    background-color: #ff4444;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.masterstudy-single-course-details__live-tag .emoji {
    margin-right: 4px;
}

.masterstudy-single-course-details__headline-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 12px;
}

.masterstudy-single-course-details__live-badge {
    display: flex;
    align-items: center;
    background: #d32f2f;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px 0 10px;
    border-radius: 16px;
    height: 28px;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-left: 8px;
    text-transform: uppercase;
    gap: 6px;
}

.masterstudy-single-course-details__live-badge .live-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 2px;
    line-height: 1;
}

.masterstudy-single-course-details__live-badge .live-icon {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.masterstudy-single-course-details__live-badge .live-icon i {
    font-size: 22px;
    color: #fff;
    margin-left: 6px;
    vertical-align: middle;
}

.masterstudy-single-course-details__live-badge .live-icon svg {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 0;
    transition: margin 0.2s;
    display: inline-block;
}

@media (max-width: 480px) {
  .masterstudy-single-course-details__live-badge {
    display: flex;
    align-items: center;
    padding: 0 22px 0 14px;
    height: 34px;
    gap: 0;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
  }
  .masterstudy-single-course-details__live-badge .live-text {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .masterstudy-single-course-details__live-badge .live-icon {
    display: flex;
    align-items: center;
  }
  .masterstudy-single-course-details__live-badge .live-icon svg {
    width: 20px;
    height: 20px;
    margin-left: 2px !important;
    margin-right: 0 !important;
    display: block;
  }
} 