.sslcc-form input {
    padding: 10px;
    width: 300px;
}
.sslcc-form button {
    margin: 0px;
    background: #0075db;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    height: 46px;
    display: flex;
    align-items: center;
    width: 130px;
    justify-content: center;
}
.sslcc-form {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
input#sslcc-domain {
    box-shadow: none;
    border-radius: 4px;
    height: 46px;
    margin: 0px;
    font-size: 14px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}
.sslcc-wrapper p.info {
    font-size: 14px;
    background: #fcfcfc;
    padding: 20px 30px;
    border-radius: 8px;
}
.sslcc-result-page {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.sslcc-summary h3 {
    margin: 6px 0;
    color: #0075db;
}
.sslcc-domain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.sslcc-random-domains {
    margin-top: 20px;
}
.sslcc-domain-col {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sslcc-domain-col li {
    margin-bottom: 6px;
}

.sslcc-domain-col a {
    font-size: 13px;
    text-decoration: none;
}
i.button-icon.bx.bx-intersect:before {
    content: "\eb23";
    font-size: 13px;
    color: #0075db;
}
.sslcc-domain-col a:hover {
    text-decoration: underline;
}

.sslcc-summary {
    width: 50%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    background: #0075db1f;
    height: fit-content;
    color: #0075db;
    padding: 10px 20px 20px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}
.sslcc-summary p {
    margin: 6px 0;
}
.sslcc-cert li {
    font-size: 15px;
}
.sslcc-progress {
    margin: 30px 0;
}

.sslcc-progress-bar {
    position: relative;
    width: 100%;
    height: 15px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.sslcc-progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    transition: width 0.3s ease;
    z-index: 1;
}

.sslcc-progress-bar em {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
    z-index: 2;
    pointer-events: none;
}

.sslcc-cert h3 {
    margin-bottom: 15px;
    background: #eee;
    padding: 3px 15px;
    border-radius: 4px;
}
.sslcc-cert {
    width: 50%;
}
.sslcc-btn {
    padding: 0px 14px;
    border-radius: 6px;
    background: #0075db;
    cursor: pointer;
    font-size: 14px;
    margin: 0px;
    color: white;
    font-weight: 300;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0075db;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.sslcc-warning {
    background: #fff4e5;
    border-left: 4px solid #ff9800;
    padding: 10px 12px;
    margin-top: 10px;
    font-size: 14px;
    color: #8a4b00;
}
.sslcc-cert ul {
    margin-bottom: 15px;
}

.sslcc-btn:hover {
    background: #eee;
    border: 1px solid #0075db;
    color: #0075db;
}
i.button-icon.bx.bx-shuffle:before {
    content: "\ec0e";
    margin-right: 5px;
}
i.button-icon.bx.bx-brush-alt:before {
    content: "\ea07";
    margin-right: 5px;
}
.tool-content h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 1023px) and (min-width: 768px){
	.sslcc-summary {
    top: 20px;
	}
}
@media screen and (max-width: 767px){
	.sslcc-wrapper p.info {
    display: none;
}
	.sslcc-result-page {
		flex-direction: column;
	}
	.sslcc-summary {
    width: 100%;position: static;}
	.sslcc-cert {
    width: 100%;
}.sslcc-domain-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
}