.ultradevs-ai-summarizer-block-settings-wrap {
	max-width: 700px;
	margin: 40px auto;
	padding: 0 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

	.settings-header {
		margin-bottom: 30px;
		text-align: center;

		h1 {
			font-size: 2.2rem;
			font-weight: 700;
			margin: 0 0 10px;
			color: #1d2327;
		}

		p {
			font-size: 1rem;
			color: #646970;
		}
	}

	.settings-card {
		background: #fff;
		border: 1px solid #c3c4c7;
		box-shadow: 0 1px 1px rgba(0,0,0,.04);
		border-radius: 4px;

		h2 {
			font-size: 1.1rem;
			font-weight: 600;
			margin: 0;
		}
	}

	.platforms-list {
		.platform-item {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 15px 0;
			border-bottom: 1px solid #f0f0f1;

			&:last-child {
				border-bottom: none;
			}

			.platform-info {
				display: flex;
				align-items: center;
				gap: 15px;

				.platform-icon svg {
					width: 28px;
					height: 28px;
					display: block;
				}

				.platform-name {
					font-size: 1rem;
					font-weight: 500;
					color: #1d2327;
				}
			}
		}
	}

	.card-footer-action {
		padding: 20px;
		background: #f6f7f7;
		border-top: 1px solid #dcdcde;
		display: flex;
		justify-content: flex-end;
	}

	.settings-footer {
		margin-top: 40px;
		text-align: center;
		color: #646970;
		font-size: 0.9rem;

		a {
			color: #2271b1;
			text-decoration: none;
			&:hover { color: #135e96; }
		}
	}
}
