.ai-image-alt-text_page_ait-iat-settings {
	background: #fff;
}

.ait-iat-grid { 
    display:grid; 
    grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); 
    gap:16px; 
}

.ait-iat-card { 
    background:#fff; 
    border:1px solid #ddd; 
    padding:16px; 
    border-radius:8px; 
}
.wrap.sap-settings-page form .ait-iat-card .form-table {
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.sap-parent-form .ait-iat-card table.form-table tbody {
    padding-top: 0;
    border-top: none;
}
.ait-iat-badge { 
    display:inline-block; 
    padding:2px 8px; 
    border-radius:999px; 
    font-size:11px; 
    vertical-align:middle; 
}

.ait-iat-badge-success { 
    background:#46b450; 
    color:#fff; 
}

.ait-iat-badge-warning { 
    background:#ffb900; 
    color:#000; 
}


/*****************************/
/***** SETTINGS PREVIEWS *****/
/*****************************/

.ait-iat-settings-preview {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 96px 0 96px;
}
.ait-iat-settings-preview h2 {
    display: block !important;
    font-size: 28px !important;
    padding: 0 !important;
}
.ait-iat-settings-preview h2 span {
    position: absolute;
    margin-left: 16px;
    font-size: .45em;
    color: #fff;
    background: #aaa;
    border-radius: 50px;
    padding: 2px 8px;
    text-transform: uppercase;
}  
.ait-iat-settings-preview p {
    margin: 40px 0 16px;
    font-size: 16px;
    color: #5f5f5f;
}  
.ait-iat-settings-preview-images {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ait-iat-settings-preview-images img {
    width: calc(50% - 12px);
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 24px;
}
.ait-iat-settings-preview ul {
	display: flex;
	flex-direction: column;
	width: 100%
}
.ait-iat-settings-preview ul li::before {
	content: "✅ ";
}
.ait-iat-dashboard-new-footer-one-buttons {
	display: flex;
	width: 100%;
	margin-top: 16px;
}
.ait-iat-dashboard-new-footer-one-buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5511F8;
	border: 1px solid #5511F8;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	height: 36px;
	padding: 0 16px;
	border-radius: 8px;
	box-shadow: none;
	text-decoration: none;
	transition: background .25s, color .25s, border-color .25s;
}
.ait-iat-dashboard-new-footer-one-buttons a:hover {
	background: #7e56dc;
	border-color: #7e56dc;
	color: #fff;
}

@media screen and (max-width: 1024px) {
    .ait-iat-settings-preview {
        padding: 24px 32px 0 42px;
    }
}
@media screen and (max-width: 768px) {
    .ait-iat-settings-preview-images {
        flex-direction: column;
        justify-content: initial;
    }
    .ait-iat-settings-preview-images img {
        width: 100%;
    }
}


/*****************************/
/******* HELPER BUTTON *******/
/*****************************/
.ait-iat-dashboard-help-button {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #5511f8;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
}

.ait-iat-dashboard-help-button:hover {
    transform: scale(1.1);
}

.ait-iat-dashboard-help-modal {
    position: fixed;
    right: 20px;
    bottom: 100px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: 420px;
    padding: 12px 12px 4px;
}

.ait-iat-dashboard-help-description {
    padding: 0 0 8px;
    font-size: 14px;
    color: #212427;
    line-height: 1.4;
}

.ait-iat-dashboard-help-modal .ait-iat-dashboard-help-tutorials {
    display: flex;
    flex-direction: column;
}

.ait-iat-dashboard-help-modal .ait-iat-dashboard-help-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ait-iat-dashboard-help-modal a {
    font-size: 14px;
    margin: 8px 0;
    text-decoration: none;
    color: #5511f8;
}
.ait-iat-dashboard-help-modal a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 500px) {
    .ait-iat-dashboard-help-modal {
        width: 320px;
    }
    .ait-iat-dashboard-help-modal .ait-iat-dashboard-help-links {
        flex-direction: column;
        justify-content: initial;
    }
}


/*****************************/
/******* ADMIN NOTICES *******/
/*****************************/

.ai-image-alt-text_page_ait-iat-settings .notice-error {
    margin: 12px 96px;
    padding: 4px 16px 16px;
    border: 1px solid #e9e9e9;
    border-left: 4px solid #d63638;
    border-radius: 8px;
}
.ait-iat-tutorial-video {
    width: 560px;
    max-width: 100%;
    margin-top: 16px;
}
.ait-iat-tutorial-video-inside {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.ait-iat-tutorial-video-inside iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 1024px) {
    .ai-image-alt-text_page_ait-iat-settings .notice-error {
        margin: 12px 32px 24px 42px;
    }
}


/*****************************/

.ait-iat-hidden {
    display: none;
}