/*======================================
Theme Name: pixelskit_child
Theme URI: https://divicake.com/
Description: Pixelskit child theme
Version: 1.0
Author: pixelskit
Author URI: http://pixelskit.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.svg-logo {
  display: block;
  width: 250px; /* Adjust this to your preferred size */
  max-width: 100%;
}
.svg-logo svg {
  width: 100%;
  height: auto;
}

.cp-doc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cp-doc-btn {
    display: inline-flex;
    align-items: center;
    background-color: #f9f9f9;
    color: #222;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    border: 1px solid #e5e5e5;
    transition: all 0.2s ease;
    min-width: 220px;
    line-height: 1.2;
}

.cp-doc-btn:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cp-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    color: #d32f2f; /* Standard PDF Red */
    font-size: 1.2rem;
}

.cp-doc-btn:hover .cp-btn-icon {
    color: #fff;
}

.cp-btn-content {
    display: flex;
    flex-direction: column;
}

.cp-btn-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 3px;
    display: block;
}

.cp-btn-meta {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cp-doc-btn:hover .cp-btn-meta {
    color: #aaa;
}

.cp-sep {
    margin: 0 4px;
    opacity: 0.5;
}