#chartcontrols {
  height: auto;
  padding: 5px 5px 0 16px;
  max-width: 100%;
}


.fmp-stock-chart-wrapper{
	position:relative;		
}

.fmp-stock-chart-container {
    width: 100%;
    height: 500px;
	margin-bottom: -18px;
}

#stock-chartBottom {
	position: relative;
	font-size: 14px;
	width: 60px;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 10px 5px;
	z-index: 20;
}

.fmp-section-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;

	margin: 0 0 20px 0;
	padding-bottom: 10px;

	border-bottom: 1px solid #e5e5e5;
}

.fmp-section-title
{
	margin: 0;

	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.fmp-tabs
{
    margin:30px 0;
}

.fmp-tabs-nav
{
    display:flex;
    gap:6px;

    border-bottom:1px solid #dcdfe6;

    margin-bottom:20px;
}

.fmp-tab
{
    padding:12px 18px;

    background:none;
    border:none;

    border-bottom:3px solid transparent;

    cursor:pointer;

    font-size:15px;
    font-weight:600;

    color:#666;

    transition:.2s;
}

.fmp-tab:hover
{
    color:#1976d2;
}

.fmp-tab.active
{
    color:#1976d2;

    border-bottom-color:#1976d2;
}

.fmp-tab-content
{
    display:none;
}

.fmp-tab-content.active
{
    display:block;
}


.fmp-hidden-metric
{
	display:none;
}

.fmp-person-name{
    display:block;
	min-width:300px;
    max-width:300px;
    white-space:normal;
    word-break:keep-all;
    overflow-wrap:normal;
    margin-bottom:4px; 
}

.fmp-section-row td
{
	background:#f5f5f5;
	font-weight:700;
	padding:12px;
}

/* old
.fmp-section-row th{
    background:#f6f8fa;
    font-weight:600;
    padding:10px 12px;
    text-align:left;
    border-top:1px solid #ddd;
}
*/

.fmp-section-row th:not(:first-child){
    text-align:right;
}

.fmp-more-btn{
	cursor:pointer;
	text-align:center;
	color:#1976d2;

	background:none;
	border:none;
	padding:0;

	outline:none;
	box-shadow:none;
}

/*
.fmp-table-wrapper{
	max-height: 80vh;
    overflow: auto;
    margin:30px 0;
    border:1px solid #e5e7eb;
    border-radius:12px;
}
*/

.fmp-table-wrapper
{
    margin:30px 0;
    border:1px solid #e5e7eb;
    border-radius:12px;
}

.fmp-table-scroll
{
    max-height:80vh;
    overflow:auto;
}

.fmp-table{
    width:100%;
    min-width:900px;
    border-collapse:collapse;
}

.fmp-table thead th{
    background:#f8fafc;
    position:sticky;
    top:0;
    font-weight:500;
}

.fmp-table th,
.fmp-table td{
	/* расстояние в таблице */
    padding:8px 16px;
    border-bottom:1px solid #e5e7eb;
    text-align:right;
    white-space:nowrap;
}

.fmp-table th:first-child,
.fmp-table td:first-child{
    text-align:left;
    position:sticky;
    left:0;
    background:#fff;
    min-width:250px;
}

.fmp-table tr:hover{
    background:#f9fafb;
}

.fmp-toolbar
{
    position:sticky;
    top:0;
    z-index:100;

    display:flex;
    flex-direction:column;

    background:#F5F5F5;
    border-bottom:1px solid #e5e7eb;
    border-radius:15px 15px 0 0;

    padding:12px 16px;

    box-shadow:0 1px 3px rgba(0,0,0,.06);
}

.fmp-toolbar-options{
    display:flex;
    align-items:center;
    gap:25px;
}

.fmp-toolbar-main
{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

/* левая группа */
.fmp-toolbar-left{
	display:flex;
	align-items:center;
	gap:25px;
	flex-wrap:wrap;
	flex:1;
	gap:8px;
}

/* правая группа */
.fmp-toolbar-right{
	margin-left:auto;
	display:flex;
	align-items:center;
}

/* заголовок */
.fmp-title{
	margin:0;
	font-size:20px;
	font-weight:700;
	line-height:1.2;
	margin-right:10px;
}

/* блоки настроек */
.fmp-section-controls,
.fmp-controls{
	display:flex;
	align-items:center;
	gap:8px;
}

.fmp-section-name
{
	z-index:9999;
}

/* label */
.fmp-label{
	font-size:14px;
	color:#666;
}

/* селекты */
.fmp-scale-selector,
.fmp-section-controls select,
.fmp-controls select{
	padding:6px 12px;
	border:1px solid #dcdfe6;
	border-radius:8px;
	background:#fff;
	font-size:14px;
	cursor:pointer;
}

/* Chart кнопка (правая) */
.fmp-chart-trigger{
	background:none;
	border:none;
	color:#3b82f6;
	font-size:14px;
	cursor:pointer;
	padding:6px 10px;
}

.fmp-chart-trigger:hover{
	text-decoration:underline;
}

.fmp-sort-column
{
    cursor: pointer;
    user-select: none;
}

.fmp-sort-icon
{
    margin-left: 4px;
    opacity: .5;
    font-weight: normal;
}

.fmp-sort-column.active .fmp-sort-icon
{
    opacity: 1;
    font-weight: bold;
}
.fmp-hidden-segment
{
    display: none;
}

.fmp-show-hidden
{
	margin-left: 15px;
    margin-top: 10px;
    cursor: pointer;
    color: #0066cc;
}
.fmp-chart-trigger{
    cursor:pointer;
    margin-left:8px;
    opacity:.6;
}

.fmp-chart-trigger:hover{
    opacity:1;
}

.fmp-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    z-index:9999;
}

#fmp-chart-modal {
    overflow-y: auto;
}

.fmp-modal-content{
    width:90%;
    max-width:1200px;
    height:700px;
    background:#fff;
    margin:40px auto;
    padding:15px;
    border-radius:8px;
    position:relative;
	overflow: visible !important;
}

.fmp-modal-close{
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer;
    font-size:30px;
}

#fmp-income-chart{
    width:100%;
    height:100%;
	overflow: visible !important;
	position: relative;
}

.fmp-row-chart-trigger{
    cursor:pointer;
    color:#0d6efd;
    display: inline-block;
    max-width: 500px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
}

.fmp-row-chart-trigger:hover{
    text-decoration:underline;
}

.fmp-modal-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
}


/* Инсайдеры */
.fmp-insider-search
{
    margin-bottom:30px;
    padding:15px;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fafafa;
}

.fmp-insider-title
{
    margin:0 0 15px;
    font-size:18px;
}

.fmp-insider-toolbar
{
    display:flex;
    align-items:flex-end;
    gap:15px;
    flex-wrap:wrap;
}

.fmp-insider-toolbar input[type=date]
{
    padding:6px 8px;
    font-size:14px;
}

.fmp-insider-show
{
    padding:7px 16px;
    cursor:pointer;
}

.fmp-insider-result
{
    margin-top:20px;
}

.about-company-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px;
}
/* о компании */
.about-company-title{
    margin:0;
}

.brands-toggle{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:14px;
    color:#777;
    cursor:pointer;
    user-select:none;
}

.brands-toggle:hover{
    color:#444;
}

.brands-toggle .arrow{
    transition:.25s;
}

.brands-toggle.open .arrow{
    transform:rotate(180deg);
}

.brands-data{
    display:none;
    margin-top:15px;
}

.brands-item {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	padding: 5px;
	height: 120px;
}

.brands-list{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.brands-list{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    list-style:none;
    margin:0;
    padding:0;
}

.address-map-popup{

    position:fixed;
    inset:0;

    display:none;

    justify-content:center;
    align-items:center;

    background:rgba(0,0,0,.45);

    z-index:99999;

}

.address-map-window{

    width:900px;
    max-width:95vw;

    height:600px;
    background:#fff;

    border-radius:8px;

    overflow:hidden;

}

.address-map-header{

    height:50px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 20px;

    border-bottom:1px solid #ddd;

}

.address-map-close{

    cursor:pointer;

    border:0;

    background:none;

    font-size:20px;

}

#address-map{

    width:100%;

    height:550px;

}

.company-address{

    cursor:pointer;

    color:#1a73e8;

    text-decoration:underline;

}

.fmp-table tr.fmp-main-section th
{
    background: #eef2f7 !important;
    color: #455f7c;
    font-weight: 700;
    text-align: left !important;
}

.fmp-row-unit{
    color:#888;
    font-size:11px;
    font-weight:400;
    margin-left:4px;
    white-space:nowrap;
}

.table-add-info
{
    font-size:12px;
    color:#666;
    min-height:16px;
	margin-top:8px;
}

/* стелка и селектор вывода периодов */

.fmp-table-options th
{
    padding:8px 10px;
    border:none;
    background:#fff;
}

.fmp-table-options-inner
{
    display:flex;
    align-items:center;
    gap:15px;
}

.fmp-history-controls
{
    display:flex;
    align-items:center;
    gap:8px;
	margin-left:25px;
}

.fmp-history-custom
{
    display:flex;
    align-items:center;
    gap:8px;
}

.fmp-history-custom button
{
	border:1px solid #ccc;
    border-radius:6px;
    background:#ececec;
    padding:2px 6px;
    cursor:pointer;
	
}

.fmp-history-custom select
{
	border:1px solid #ccc;
    border-radius:6px;
}

.fmp-change-period-selector
{
	width:100%;
}

.fmp-change-period-selector select
{
	border:1px solid #ccc;
    border-radius:6px;
}

.fmp-history-apply{    
    cursor:pointer;
}

/* переключатель переводчика */

.fmp-toggle
{
    display:flex;
    border:1px solid #ccc;
    border-radius:6px;
    overflow:hidden;
}

.fmp-toggle button
{
    border:none;
    background:#fff;
    padding:2px 6px;
    cursor:pointer;
}

.fmp-toggle button + button
{
    border-left:1px solid #ccc;
}

.fmp-toggle button.active
{
	cursor: default;
    background:#ececec;
}

.fmp-table + .fmp-table{
    border-top:none;
}

/* переключатель отчетности внутри вкладки */
.fmp-report-switch
{
    display:flex;
    gap:0;
    width:max-content;

    border:1px solid #d8dde5;
    border-radius:8px;

    overflow:hidden;

    margin:20px 0;
}

.fmp-report-switch button
{
    padding:10px 22px;

    border:none;

    background:#fff;

    color:#455f7c;

    cursor:pointer;

    transition:.2s;
}

.fmp-report-switch button:not(:last-child)
{
    border-right:1px solid #d8dde5;
}

.fmp-report-switch button:hover
{
    background:#f4f7fa;
}

.fmp-report-switch button.active
{
    background:#455f7c;
    color:#fff;
}


/* Скелетон */

.fmp-loading
{
    padding:20px;
}

.fmp-loading-title
{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:20px;

    color:#455f7c;
    font-size:15px;
}

.fmp-loading-title img{
    width:20px !important;
    height:20px !important;
    max-width:20px;
    max-height:20px;
    flex:0 0 20px;
    object-fit:contain;
}

.fmp-skeleton-table th,
.fmp-skeleton-table td
{
    height:34px;
    padding:8px 16px;
}

.fmp-skeleton-table th::before,
.fmp-skeleton-table td::before
{
    content:"";

    display:block;

    width:100%;
    height:14px;

    border-radius:4px;

    background:
        linear-gradient(
            90deg,
            #f2f3f5 25%,
            #e8ebef 50%,
            #f2f3f5 75%
        );

    background-size:300% 100%;

    animation:fmpSkeleton 1.4s infinite;
}

.fmp-skeleton-table td:first-child::before
{
    width:70%;
}

@keyframes fmpSkeleton
{
    0%
    {
        background-position:100% 0;
    }

    100%
    {
        background-position:-100% 0;
    }
}

.fmp-no-data
{
    padding:40px 20px;
    text-align:center;
    color:#777;
    font-size:15px;
}

.detail_mob_props_wrap{
    background:#f6f7f9;
    border:1px solid #e7e9ed;
    border-radius:12px;
    padding:16px 18px;
    margin:18px 0;
    box-shadow:0 1px 3px rgba(0,0,0,.04);
}

.company-more-toggle{
    margin-top:5px;
    padding:5px 0;
    cursor:pointer;
    color:#666;
    font-size:14px;
	width:100%;
    flex-basis:100%;
	margin-right:6px;
}

.company-more-toggle:hover{
    color:#000;
}

.company-more-toggle .arrow{
    display:inline-block;
    margin-right:6px;
    transition:.2s;
}

.company-more-toggle.open .arrow{
    transform:rotate(90deg);
}



.company-more-data .proprow{
    width:100% !important;
}


.company-more-data .fullwidth{
    width:100%;
}

.company-more-data{
    display:none;
    width:80%;
    margin-left:auto;
    margin-top:15px;
}

.more-line{
    display:flex;
    align-items:flex-start;
    padding:8px 0;
    border-bottom:1px solid #e0e0e0;
    font-weight:400;
}

.more-line > span{
    width:40%;
    color:#777;
    font-weight:400;
}

.officers-list{
    width:60%;
    font-weight:600;
}

.officer{
    margin-bottom:8px;
    font-weight:300;
}

.update-date{
    margin-top:15px;
    font-size:12px;
    color:#999;
    text-align:right;
}

.company-report-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ttm-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.company-report-info {
    width: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    font-size: 13px;
    color: #777;
}

.report-item{
    display:flex;
    align-items:center;
    gap:7px;
}

.report-item b{
    color:#333;
}

#currency-select{
    padding:6px 12px;
	border:1px solid #dcdfe6;
	border-radius:8px;
	background:#fff;
	font-size:14px;
	cursor:pointer;
}

.fmp-currency-info{
	font-size:12px;
	color:#000067;
	margin-top:8px;
}

.fmp-reset-currency
{
    margin-left:12px;
    font-weight:600;
    color:#0a58ca;
    text-decoration:none;
    cursor:pointer;
}

.fmp-reset-currency:hover
{
    text-decoration:underline;
}

.company-metrics{
    margin:10px 0 25px 0;
}

.metrics-slider{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding-bottom:10px;
}

.metrics-slider::-webkit-scrollbar{
    height:8px;
}

.metrics-slider::-webkit-scrollbar-thumb{
    background:#d0d0d0;
    border-radius:20px;
}

.metric-card{
    flex:0 0 calc(25% - 15px);
    min-width:260px;

    background:#fff;

    border:1px solid #e5e7eb;
    border-radius:12px;

    padding:18px;

    box-sizing:border-box;

    box-shadow:
        0 1px 2px rgba(0,0,0,.04);

    transition:.2s;
}

.metric-card:hover{
    box-shadow:
        0 6px 20px rgba(0,0,0,.08);
}

.metric-title{
    font-size:16px;
    font-weight:700;

    margin-bottom:15px;
    padding-bottom:10px;

    border-bottom:1px solid #ececec;
}

.metric-row{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:8px 0;

    border-bottom:1px solid #f3f3f3;
}

.metric-row:last-child{
    border-bottom:none;
}

.metric-row span{
    color:#666;
    font-size:13px;

    padding-right:10px;
}

.metric-row b{
    color:#111;
    font-size:14px;
    font-weight:600;
    text-align:right;
}

.help-tip{
    color:#b5b5b5;
    font-size:14px;
    cursor:help;
    margin-left:4px;
    vertical-align:middle;
}

.metric-hidden{
    display:none;
}

.metric-more-btn{
    text-align:center;
    cursor:pointer;
    color:#aaa;
    padding-top:8px;
    font-size:16px;
    transition:0.2s;
}

.metric-more-btn.open{
    transform:rotate(180deg);
}

.metric-money.converted{
	color:#000067;
}

/* подключаем и позиционируем кнопку-троеточие */

.fmp-export-menu .am5exporting-icon{
    display:inline-block !important;
}
.fmp-export-menu.am5exporting-menu-open .am5exporting-icon{
    display:inline-block !important;
}
.am5exporting-menu:not(.fmp-export-menu) .am5exporting-icon {
    display: none !important;
}

.fmp-export-menu {
    margin-top: -15px !important;
}
.stock-market-block {
    width: 100%;
}

.stock-market-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

/* Цена и изменение */

.stock-quote-wrapper {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0;
}

.stock-price-main {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding: 0;
    gap: 7px;
}

.stock-price {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.5px;
}

.stock-currency {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}

.stock-change {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
}

.stock-change-arrow {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.stock-change-percent {
    font-size: 13px;
    margin-left: 2px;
}

.stock-change-up {
    color: #198754;
}

.stock-change-down {
    color: #dc3545;
}


/* Статус рынка */

.market-status {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.market-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.market-open .market-status-dot {
    background: #22a06b;
}

.market-closed .market-status-dot {
    background: #999;
}
.fmp-stock-chart-wrapper {
    width: 100%;
}

.stock-chart-toggle {
    flex: 0 0 auto;
    height: 36px;
    padding: 8px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    /*border: 1px solid #e5e5e5;
    border-radius: 6px;*/
	margin-left: auto;
    white-space: nowrap;
}

.stock-chart-toggle .arrow {
    transition: transform 0.2s ease;
}

.stock-chart-toggle.open .arrow {
    transform: rotate(180deg);
}

.stock-chart-data {
    display: none;
    width: 100%;
}


/* Блоки статистики */

.stock-stats {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex: 1;
}

.stock-stat-group {
    min-width: 175px;
    padding: 7px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fafafa;
    box-sizing: border-box;
}

.stock-stat-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 15px;
    line-height: 1.6;
    white-space: nowrap;
}

.stock-stat-label {
    font-size: 12px;
    color: #777;
}

.stock-stat-value {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: right;
}

.fmp-seo-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.metric-ratio-positive {
	color: #188038;
}
.metric-ratio-negative {
	color: #d93025;
}

@media (max-width: 768px){

	.company-report-header {
        display: block;
    }

    .ttm-title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .company-more-data{
        width:100%;
        margin-left:0;
    }

    .more-line{
        display:block;
        padding:10px 0;
    }

    .more-line > span{
        display:block;
        width:100%;
        margin-bottom:4px;
        color:#777;
        font-size:11px;
		letter-spacing:.04em;
        font-weight:600;
    }

    .more-line > b,
    .officers-list{
        display:block;
        width:100%;
    }
	
	.content{
        font-size:12px;
    }

	.company-report-info{
		margin-left:0;
		margin-bottom:5px;   /* минимальный отступ снизу */
		display:flex;
		/*justify-content:flex-end;  прижать всё вправо */
		align-items:center;
		gap:6px;            /* расстояние между "Отчет" и валютой */
		font-size:12px;
	}

    .report-item{
        gap:5px;
        min-width:0;
    }

    #currency-select{
        max-width:160px;
        width:160px;
        padding:4px 8px;
        font-size:12px;
    }
	
	.fmp-tabs
	{
		margin:0 0 30px 0;
	}

	.fmp-tabs-nav{
		display:flex;
		overflow-x:auto;
		overflow-y:hidden;
		white-space:nowrap;
		gap:6px;
		-webkit-overflow-scrolling:touch;
		scrollbar-width:none;
	}

	.fmp-tabs-nav::-webkit-scrollbar{
		display:none;
	}

	.fmp-tab{
		flex:0 0 auto;
	}
	
	.fmp-report-switch{
        width:100%;
    }
/**/
    .fmp-report-switch button{
        flex:1;
        padding:4px 3px;
        font-size:11px;
    }
	
	.fmp-toolbar{
        padding:10px 12px;
    }

    .fmp-toolbar-main{
        display:block;
    }
	
	.fmp-toolbar-left{
		display:flex;
		flex-direction:column;
		gap:6px;
	}

	.fmp-toolbar-options{
		display:flex;
		gap:10px;
		width:100%;
	}

	.fmp-toolbar-options > *{
		flex:1;
	}

	.fmp-title{
		margin:0 0 10px;
		font-size:18px;
		width:100%;
	}

    .fmp-section-controls,
	.fmp-controls{
		display:flex;
		align-items:center;
		flex:1;
		gap:6px;
	}

	.fmp-section-controls .fmp-label,
	.fmp-controls .fmp-label{
		white-space:nowrap;
	}

	.fmp-section-controls select,
	.fmp-controls select{
		flex:1;
		min-width:0;
	}

	.fmp-toolbar-right{
		display:flex;
		margin-top:6px;
		gap:8px;
	}

	.fmp-label{
		font-size:12px;
	}

	.fmp-toolbar select{
		width:100%;
		padding:4px 8px;
		font-size:12px;
	}

    /* небольшой отступ до информации о валюте */
    .fmp-currency-info{
        margin-top:6px;
        font-size:11px;
    }
	
	.fmp-loading{
        padding:12px;
        overflow:hidden;
    }

    .fmp-skeleton-table{
        width:100%;
        table-layout:fixed;
    }

    .fmp-skeleton-table th,
    .fmp-skeleton-table td{
        padding:6px;
    }
	
	.fmp-table{
        font-size:12px;
    }

    .fmp-table th,
    .fmp-table td{
        padding:5px 8px;
    }
	
	.fmp-table th:first-child,
    .fmp-table td:first-child{
        min-width:150px;
        max-width:150px;
    }
	
	.fmp-row-title{
        white-space:normal;
        line-height:1.2;
    }

    .fmp-metric-label{
        white-space:normal;
    }
	
	.fmp-sort-column{
        min-width:70px;
    }
	
	.fmp-table-scroll{
        max-height:40vh;
    }
	
	.fmp-row-chart-trigger{
        font-size:11px;
    }
	
	
	
	.stock-market-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 2px 2px;
        box-sizing: border-box;
    }


    /* Цена */

    .stock-quote-wrapper {
        width: 100%;
        flex: 0 0 100%;
    }

    .stock-price-main {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px;
    }

    .stock-price {
        font-size: 28px;
    }


    /* Статистика */

    .stock-stats {
        width: 100%;
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .stock-stat-group {
        min-width: 0;
        width: 100%;
        padding: 3px 4px;
        box-sizing: border-box;
    }

    .stock-stat-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        line-height: 1.3;
    }

    .stock-stat-label {
        font-size: 10px;
        white-space: normal;
    }

    .stock-stat-value {
        font-size: 12px;
        text-align: left;
        white-space: nowrap;
    }


    /* Кнопка графика */

    .stock-chart-toggle {
        width: 100%;
        flex: 0 0 100%;
        justify-content: space-between;
        margin-left: 0;
        box-sizing: border-box;
    }


    /* Сам график */

    .stock-chart-data {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .fmp-stock-chart {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .fmp-stock-chart-container {
        width: 100%;
        height: 400px;
        max-width: 100%;
    }

	
	

}