.ssl-results {
    background: #ffffff;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
	flex-direction:column;
    align-items: stretch;
    justify-content: center;
    position: relative;   
}

.ssl-container.ss-02ca {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
    align-items: flex-start;
    gap: 20px;
}
.ssl-details h2 {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 0;
	font-size: 1rem;
    border-bottom: 1px solid #dbdbdb;
}

.results-list.ssl-04c {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.result-item.ssl-05c {
    list-style: none;
    padding-left: 10px;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #dbdbdb;
	box-sizing:border-box;
}
.result-item.ssl-05c h3 {
    font-weight: 500;
    margin: 5px 10px;
    background: black;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    min-width: 110px;
}
.result-item.ssl-05c a {
    font-size: 12px;
    padding: 5px 10px;
    background: #11a917;
    border-radius: 5px;
    color: white;
    font-weight: 400;
}
.result-item.ssl-05c.ssl-05cd a {
    font-size: 12px;
    padding: 5px 10px;
    background: #007bff;
    border-radius: 5px;
    color: white;
    font-weight: 400;
    line-height: 2;
}
.link-to-copy {
    line-height:2;
}
.copy-btn {
    font-size: 12px;
    margin: 5px;
    padding: 2px 10px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    margin: 0 10px;
    height: 30px;
	box-shadow:0px 3px 6px rgba(0, 0, 0, 0.161);
	border: 1px solid #ddd;
}
.copy-btn:hover {
    color:#fff;
	background:#000;
}
.mixed-results {
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 12px;
}
.mixed-results li {
    padding: 5px 0;
}
.mixed-results a {
    color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ff0000;
}
.error-message {
    text-align: center;
    padding: 5px 10px;
    background: #ff0000;
    border-radius: 5px;
    color: white;
    font-weight: 400;
}