The HTML code for the news now section is:
```
<div class="video-page__CTA--desktop">
<div class="styles_newsNow__M_63_" data-testid="news-now">Get more news
<span class="styles_img__gUAMI styles_live-img__EPBAb"><svg width="39" height="22" viewBox="0 0 39 22" fill="none">
<title>Live</title>
<rect width="39" height="22" rx="3" fill="#CB1111" />
<path d="M5.756 5.66H8.186V15.002H12.506V17H5.756V5.66ZM13.5783 5.66H16.0083V17H13.5783V5.66ZM22.5198 17H20.0718L16.7958 5.66H19.2798L21.3498 13.31H21.4218L23.5098 5.66H25.7958L22.5198 17ZM33.3901 15.002V17H26.5861V5.66H33.3541V7.658H28.9621V10.25H32.3101V12.212H28.9621V15.002H33.3901Z" fill="white" />
</svg></span>
on
<span class="styles_img__gUAMI styles_news-now-img-updated__ThH0c"><svg width="138.66" height="12" viewBox="0 0 327 24" fill="none">
<!-- path elements for the SVG -->
<!-- ... -->
</svg>
</span>
</div>
```
The code has a few parts:
* The first part is a container element with class `video-page__CTA--desktop`. This class is likely used to style the element and make it responsive.
* Inside this container, there's another div element with class `styles_newsNow__M_63_`. This class is used to display the text "Get more news".
* After the text, there are two elements: `<span>` and `<svg>`.
* The `<span>` element contains a live icon SVG. It has classes `styles_img__gUAMI` and `styles_live-img__EPBAb`. These classes are likely used to style the icon.
+ Inside this `<span>`, there's an `<svg>` element with attributes for its width, height, viewBox, title, and fill. The SVG contains several path elements that create a live icon.
* After the live icon, there's another `<span>` element containing a "on" text. It also has classes `styles_img__gUAMI` but this time `styles_news-now-img-updated__ThH0c`.
+ Inside this `<span>`, there's an `<svg>` element with attributes for its width and height, as well as a viewBox attribute.
- The SVG contains several path elements that create an updated news icon.
The styles for the classes `styles_newsNow__M_63_` and `styles_live-img__EPBAb` are not shown in this code snippet. However, you can add CSS styles to define how these classes will be displayed on your webpage.
Here is a simple example of what it could look like:
```css
.styles_newsNow__M_63_ {
font-size: 16px;
color: #333;
}
(styles_img__gUAMI) .styles_live-img__EPBAb {
width: 36px;
height: 20px;
margin-left: 10px;
}
```
This is a basic CSS example and may not fully cover the styles you want for your webpage. You would need to adjust these values according to your design.
For the updated news icon, without seeing the full HTML structure, it's difficult to determine the exact styles that should be applied. However, here is an example:
```css
(styles_img__gUAMI) .styles_news-now-img-updated__ThH0c {
width: 28px;
height: 14px;
margin-left: 15px;
}
(styles_img__gUAMI) .styles_news-now-img-updated__ThH0c path {
fill: #34C759; /* you can adjust this color to your liking */
}
```
```
<div class="video-page__CTA--desktop">
<div class="styles_newsNow__M_63_" data-testid="news-now">Get more news
<span class="styles_img__gUAMI styles_live-img__EPBAb"><svg width="39" height="22" viewBox="0 0 39 22" fill="none">
<title>Live</title>
<rect width="39" height="22" rx="3" fill="#CB1111" />
<path d="M5.756 5.66H8.186V15.002H12.506V17H5.756V5.66ZM13.5783 5.66H16.0083V17H13.5783V5.66ZM22.5198 17H20.0718L16.7958 5.66H19.2798L21.3498 13.31H21.4218L23.5098 5.66H25.7958L22.5198 17ZM33.3901 15.002V17H26.5861V5.66H33.3541V7.658H28.9621V10.25H32.3101V12.212H28.9621V15.002H33.3901Z" fill="white" />
</svg></span>
on
<span class="styles_img__gUAMI styles_news-now-img-updated__ThH0c"><svg width="138.66" height="12" viewBox="0 0 327 24" fill="none">
<!-- path elements for the SVG -->
<!-- ... -->
</svg>
</span>
</div>
```
The code has a few parts:
* The first part is a container element with class `video-page__CTA--desktop`. This class is likely used to style the element and make it responsive.
* Inside this container, there's another div element with class `styles_newsNow__M_63_`. This class is used to display the text "Get more news".
* After the text, there are two elements: `<span>` and `<svg>`.
* The `<span>` element contains a live icon SVG. It has classes `styles_img__gUAMI` and `styles_live-img__EPBAb`. These classes are likely used to style the icon.
+ Inside this `<span>`, there's an `<svg>` element with attributes for its width, height, viewBox, title, and fill. The SVG contains several path elements that create a live icon.
* After the live icon, there's another `<span>` element containing a "on" text. It also has classes `styles_img__gUAMI` but this time `styles_news-now-img-updated__ThH0c`.
+ Inside this `<span>`, there's an `<svg>` element with attributes for its width and height, as well as a viewBox attribute.
- The SVG contains several path elements that create an updated news icon.
The styles for the classes `styles_newsNow__M_63_` and `styles_live-img__EPBAb` are not shown in this code snippet. However, you can add CSS styles to define how these classes will be displayed on your webpage.
Here is a simple example of what it could look like:
```css
.styles_newsNow__M_63_ {
font-size: 16px;
color: #333;
}
(styles_img__gUAMI) .styles_live-img__EPBAb {
width: 36px;
height: 20px;
margin-left: 10px;
}
```
This is a basic CSS example and may not fully cover the styles you want for your webpage. You would need to adjust these values according to your design.
For the updated news icon, without seeing the full HTML structure, it's difficult to determine the exact styles that should be applied. However, here is an example:
```css
(styles_img__gUAMI) .styles_news-now-img-updated__ThH0c {
width: 28px;
height: 14px;
margin-left: 15px;
}
(styles_img__gUAMI) .styles_news-now-img-updated__ThH0c path {
fill: #34C759; /* you can adjust this color to your liking */
}
```